]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / libs / theme_functions.php
index f7df80bbc03d47fea0c87a5a5bd3cf64417a6942..a39bdff3a81aa7d0332a7545cec06f6a34cc06b7 100644 (file)
@@ -68,9 +68,9 @@ function THEME_SELECTION_BOX($mod, $act, $wht, $result) {
        // Construct selection form for the box template
        $OUT = "";
        foreach ($THEMES['theme_unix'] as $key => $theme) {
-               $OUT .= "  <OPTION value=\"".$theme."\"";
+               $OUT .= "  <option value=\"".$theme."\"";
                if ($theme == GET_CURR_THEME()) $OUT .= " selected=\"selected\"";
-               $OUT .= ">".$THEMES['theme_name'][$key]."</OPTION>\n";
+               $OUT .= ">".$THEMES['theme_name'][$key]."</option>\n";
        } // END - foreach
 
        // Return generated selection