X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-themes.php;h=0ffe52a4e951cf27ed28d8941dd54cfcb218eac5;hp=7acdd77a431451b3177059d5629a010d6977a9f0;hb=76b1b077bda73310c536f658d3a9bb5e12232f39;hpb=5bc21792b4ebb0c411b449597fc41d3268ff877b diff --git a/inc/modules/member/what-themes.php b/inc/modules/member/what-themes.php index 7acdd77a43..0ffe52a4e9 100644 --- a/inc/modules/member/what-themes.php +++ b/inc/modules/member/what-themes.php @@ -113,17 +113,17 @@ foreach ($THEMES['theme_unix'] as $key => $unix) { // Add row $OUT .= " - + - ".$THEMES['theme_name'][$key]." - + ".$THEMES['theme_name'][$key]." + ".$THEMES['theme_author'][$key]." - + ".$THEMES['theme_url'][$key]." - v".$THEMES['theme_ver'][$key]." + v".$THEMES['theme_ver'][$key]." \n"; $SW = 3 - $SW; } // END - foreach @@ -131,7 +131,7 @@ foreach ($THEMES['theme_unix'] as $key => $unix) { if (empty($OUT)) { // No themes found??? $OUT = " - + ".loadTemplate('admin_settings_saved', true, getMessage('MEMBER_NO_THEMES_FOUND'))." \n";