i just installed a skin that DOES NOT have a quick style chooser feature. and i want to add it in. i looked at some of my other skin's footers templates and found this piece of code.
Code:
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
but when i implemented this into the skin, it did not change the skins but gave me a "error on page" in the status bar of my web broswer. is there any other pieces of code that i must add to make the quick style chooser work for this skin?
thanks in advance,
warren