diff --git a/admin/modules/system/theme.php b/admin/modules/system/theme.php index dd3dd300..0e0058d6 100644 --- a/admin/modules/system/theme.php +++ b/admin/modules/system/theme.php @@ -111,10 +111,10 @@ } // print out the form object - echo $form->printOut(); + $content = $form->printOut(); } else { - echo __('This theme not customizable'); + $content = __('This theme not customizable'); } require SB.'/admin/'.$sysconf['admin_template']['dir'].'/notemplate_page_tpl.php'; exit();