aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/configure.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/configure.html')
-rw-r--r--tpl/default/configure.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html
index e71133b4..5820e6e4 100644
--- a/tpl/default/configure.html
+++ b/tpl/default/configure.html
@@ -25,11 +25,7 @@
25 <td> 25 <td>
26 <select name="theme" id="theme"> 26 <select name="theme" id="theme">
27 {loop="$theme_available"} 27 {loop="$theme_available"}
28 <option value="{$value}" 28 <option value="{$value}" {if="$value===$theme"}selected{/if}>
29 {if="$value===$theme"}
30 selected="selected"
31 {/if}
32 >
33 {$value|ucfirst} 29 {$value|ucfirst}
34 </option> 30 </option>
35 {/loop} 31 {/loop}