Fixed default selection of theme
authorRoland Häder <roland@mxchange.org>
Mon, 8 Nov 2010 02:26:47 +0000 (02:26 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 8 Nov 2010 02:26:47 +0000 (02:26 +0000)
inc/modules/member/what-themes.php

index 4f51141fd9db6ad405e2743139fec749e0f9db38..36dbdf95dde28ff517c6767d9b5645186675f2f4 100644 (file)
@@ -108,7 +108,9 @@ array_pk_sort($THEMES, array('theme_name'));
 $OUT = '';
 foreach ($THEMES['theme_unix'] as $key => $unix) {
        $default = '';
-       if (getCurrentTheme() == $unix) $default = ' selected="selected"';
+       if (getCurrentTheme() == $unix) {
+               $default = ' checked="checked"';
+       } // END - if
 
        // Prepare content
        $content = array(