Untitled diff

Created Diff never expires
5 removals
11 lines
7 additions
13 lines
<div class="themes-switcher# IF C_VERTICAL # themes-switcher-vertical# ENDIF #">
<div class="themes-switcher# IF C_VERTICAL # themes-switcher-vertical# ENDIF #">
<form action="{REWRITED_SCRIPT}" method="get">
<form action="{REWRITED_SCRIPT}" method="get">
<select name="switchtheme" onchange="document.location = '?switchtheme=' + this.options[this.selectedIndex].value;">
<label for="switchtheme">
# START themes #
<select id="switchtheme" title="{@switch_theme}" name="switchtheme" onchange="document.location = '?switchtheme=' + this.options[this.selectedIndex].value;">
<option value="{themes.IDNAME}"{themes.SELECTED}>{themes.NAME}</option>
# START themes #
# END themes #
<option value="{themes.IDNAME}"# IF themes.C_SELECTED# selected="selected"# ENDIF #>{themes.NAME}</option>
</select>
# END themes #
</select>
</label>
<a href="?switchtheme={DEFAULT_THEME}">{@defaut_theme}</a>
<a href="?switchtheme={DEFAULT_THEME}">{@defaut_theme}</a>
</form>
</form>
</div>
</div>