Code to display the option to select templates – vbulletin

<vb:if condition=”$show[‘quickchooser’]”>
<select name=”styleid” onChange=”switch_id(this, ‘style’)”>
<optgroup label=”{vb:rawphrase quick_style_chooser}”>
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>

Leave a Reply

Your email address will not be published. Required fields are marked *