[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / mediabox / colorbox / fancybox / mediabox_config_theme.php
index a57a877..b434201 100644 (file)
@@ -1,13 +1,14 @@
 <?php
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
-function mediabox_config_theme(){
+function mediabox_config_theme() {
        $config = array(
                'minHeight' => false,
                'minWidth' => false
        );
+
        return $config;
 }
-
-?>
\ No newline at end of file