X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=74f24c839024e7f870efc6bcda65947a66663092;hp=254c7d9152a9c298c45b6e1bb09e5a60bc069fa4;hb=596c8ab32594401ca84abfbfe35513ddfff31bec;hpb=c15eee48f9da1469cf3cdca3a48ba2d3c382a7c9 diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index 254c7d9152..74f24c8390 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -127,7 +127,7 @@ if (!SQL_HASZERONUMS($result)) { $content['email'] = ' - ' . displayMessage('{--ADMIN_NO_THEMES_FOUND--}', true) . ' + ' . displayMessage('{--ADMIN_NO_THEMES_FOUND--}', TRUE) . ' '; } // Load template -loadTemplate('admin_edit_theme', false, $OUT); +loadTemplate('admin_edit_theme', FALSE, $OUT); // [EOF] ?>