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