X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=df950f622f59c2e8b6fc237c4166a7ea394bafd8;hb=225103a2af4ebe180823d48913eac14825381134;hp=8dbbaeb6923cf5cb5aaaec2ba1ff1db7dc9add27;hpb=d0d885e08aba45b77818d49bcf40396bf788c386;p=mailer.git diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index 8dbbaeb692..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";