Quote:
Originally Posted by Vtec44
I installed this skin yesterday, and it works great. I tweaked it a little bit, noticeably the quick style chooser. Without this, it's a bit difficult to switch back to the standard skin. I copied the code from the another skin, and put it at the very bottom of the header template of this skin. It seems to be working fine.  Thanks Zachery.
Code:
<table>
<tr>
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</tr>
</table>
|
that is exactly what i needed!!!