X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=df950f622f59c2e8b6fc237c4166a7ea394bafd8;hb=f3d03c8c015fe8175b72a6a84c01a109622fa268;hp=04bffb46da33ab61d41f9df5a6e63fa168123a73;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index 04bffb46da..df950f622f 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -1,7 +1,7 @@ 0) { // Is the loaded theme name != current theme name? $LINK = $content['theme_path']; - if ($content['theme_path'] != getCurrentTheme()) $LINK = "".$content['theme_path'].""; + if ($content['theme_path'] != getCurrentTheme()) $LINK = '' . $content['theme_path'] . ''; // Prepare data for the row template $content = array( @@ -134,7 +134,7 @@ if (SQL_NUMROWS($result) > 0) { 'link' => $LINK, 'name' => $content['theme_name'], 'is_act' => translateYesNo($content['theme_active']), - 'email' => "".$GLOBALS['theme_data']['author']."", + 'email' => ' - + ".loadTemplate('admin_settings_saved', true, getMessage('ADMIN_NO_THEMES_FOUND'))." \n";