X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-themes.php;h=2e009be6e0f8d6c3ba9ac8da710bb7a22dd937b1;hp=1cf59982ae7a76821d536551e06ad06a2197a95b;hb=116747e4dba29e9e2e4daa82c45d8bbb302e9378;hpb=a090e351c49fe021fb3064325694da03402332e0 diff --git a/inc/modules/member/what-themes.php b/inc/modules/member/what-themes.php index 1cf59982ae..2e009be6e0 100644 --- a/inc/modules/member/what-themes.php +++ b/inc/modules/member/what-themes.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } elseif (!IS_MEMBER()) { LOAD_URL('modules.php?module=index'); @@ -105,7 +105,7 @@ array_pk_sort($THEMES, array("theme_name")); $OUT = ''; $SW = 2; foreach ($THEMES['theme_unix'] as $key => $unix) { $default = ''; - if (get_session('mxchange_theme') == $unix) $default = " selected=\"selected\""; + if (get_session('mxchange_theme') == $unix) $default = ' selected="selected"'; // Add row $OUT .= "