Style Selector in Sidebar and Navigation

Style Selector in Sidebar and Navigation

DRE

Well-known member
The8thLegion submitted a new resource:

Style Selector in Sidebar and Navigation (version 1.0) - Select your style without having to scroll down to the bottom of the page.

If you want your Style Selector to show up in your sidebar then search for the first instance of </div> in your sidebar_visitor_panel template.

Add this code above it.

Code:
            <xen:if is="{$canChangeStyle}"><dl class="pairsJustified"><dt>Style:</dt> <dd><a href="{xen:link 'misc/style', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase style_chooser}">{$visitorStyle.title}</a>
</dd></dl></xen:if>

Hit save.

It now looks like...

Read more about this resource...
 
Top Bottom