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