Quote:
Originally Posted by Gizmo5h1t3
before all the +++++in about whos image this is, who wotevert hat is, can i just ask if anyones found a small bug on this style?
when u are in the style, and u click on style chooser, mine doesnt go to any of the other styles, and shows a warning, error on page yellow traingle bottom left of window...
anyone else?
|
Ok i found where i went wrong.
In the footer template find:
Code:
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
And change it too:
Code:
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
I will change the above attachment within 5 mins.