X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-themes.php;h=b05034d6c0a72f9085afd79155fdcdcea5aaa1cd;hb=3c0aa23a47aa3b10cdd296d1b0baa28708dc2080;hp=2e009be6e0f8d6c3ba9ac8da710bb7a22dd937b1;hpb=116747e4dba29e9e2e4daa82c45d8bbb302e9378;p=mailer.git diff --git a/inc/modules/member/what-themes.php b/inc/modules/member/what-themes.php index 2e009be6e0..b05034d6c0 100644 --- a/inc/modules/member/what-themes.php +++ b/inc/modules/member/what-themes.php @@ -1,7 +1,7 @@ $unix) { $default = ''; - if (get_session('mxchange_theme') == $unix) $default = ' selected="selected"'; + if (getCurrentTheme() == $unix) $default = ' selected="selected"'; // Add row $OUT .= " - + - ".$THEMES['theme_name'][$key]." - - ".$THEMES['theme_author'][$key]." + ".$THEMES['theme_name'][$key]." + + ".$THEMES['theme_author'][$key]." - - ".$THEMES['theme_url'][$key]." + + ".$THEMES['theme_url'][$key]." - v".$THEMES['theme_ver'][$key]." + v".$THEMES['theme_ver'][$key]." \n"; $SW = 3 - $SW; -} +} // END - foreach if (empty($OUT)) { - // No themes found??? + // No themes found??? $OUT = " - - ".LOAD_TEMPLATE('admin_settings_saved', true, getMessage('MEMBER_NO_THEMES_FOUND'))." + + ".loadTemplate('admin_settings_saved', true, getMessage('MEMBER_NO_THEMES_FOUND'))." \n"; -} -define('__THEME_LIST', $OUT); +} // END - if // Load template -LOAD_TEMPLATE("member_themes"); +loadTemplate('member_themes', false, $OUT); -// +// [EOF] ?>