[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / mediabox / colorbox / fancybox / mediabox_config_theme.php
1 <?php
2
3 if (!defined('_ECRIRE_INC_VERSION')) {
4 return;
5 }
6
7 function mediabox_config_theme() {
8 $config = array(
9 'minHeight' => false,
10 'minWidth' => false
11 );
12
13 return $config;
14 }