diff --git a/bl-kernel/admin/themes/default/init.php b/bl-kernel/admin/themes/default/init.php index 3f244a5f..4f60be86 100644 --- a/bl-kernel/admin/themes/default/init.php +++ b/bl-kernel/admin/themes/default/init.php @@ -19,7 +19,7 @@ class HTML { echo $html; } - public static function formClose() + public static function formClose($scr=true) { $html = ''; @@ -38,7 +38,7 @@ class HTML { '; - echo $html.$script; + echo $html.(($scr)? $script : ''); } // label, name, value, tip