default theme=''
parent
8fcbcc6ba2
commit
202ddcf5cb
|
@ -501,7 +501,8 @@ namespace:' . $Namespace . '<br>
|
|||
<tr>
|
||||
<td><label>' . $key . '</label></td>
|
||||
<td width=100%>
|
||||
<select name="' . $key .'">';
|
||||
<select name="' . $key .'">
|
||||
<option value=""></option>';
|
||||
foreach ($theme_arr as $v1) {
|
||||
if ($v1!='.' && $v1!='..') $html .= '
|
||||
<option value="'.$v1.'" '.($v1==getConfig($key)?'selected="selected"':'').'>'.$v1.'</option>';
|
||||
|
|
Loading…
Reference in New Issue