X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=df950f622f59c2e8b6fc237c4166a7ea394bafd8;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=04bffb46da33ab61d41f9df5a6e63fa168123a73;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;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";