Quote:
Originally Posted by dartho
You could edit your footer template and add the following at the very top of the template:
Code:
<if condition="$show['quickchooser']">
<div>
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</div>
</if>
This code won;t have any effect if you are using the mobile autodetect add-on or the different domain, different style addon as these addons *force* the style...
|
That shows the dropdown menu but it doesn't load another style when it's selected. There probably needs to be other stuff added to support it. The simplest way is to hardcode in a link to your default style there. Nice job on the design!

eg:
Code:
<td><a href="http:/index.php?styleid=xx">Switch to Default Style</a></td>