X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=19055c26b56678a514f93c5ecebe0913123e73f6;hb=4f7df133f736da124e6f7bd02008b9093f736451;hp=254c7d9152a9c298c45b6e1bb09e5a60bc069fa4;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index 254c7d9152..19055c26b5 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -120,14 +120,14 @@ if (!SQL_HASZERONUMS($result)) { // Is the loaded theme name != current theme name? $content['link'] = $content['theme_path']; if ($content['theme_path'] != getCurrentTheme()) { - $content['link'] = '' . $content['theme_path'] . ''; + $content['link'] = '' . $content['theme_path'] . ''; } // END - if // Prepare data for the row template $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] ?>