RM 1.1 Sidebar On Right

Brent W

Well-known member
Licensed customer
How can I move the sidebar to the right of the Resource Manager on all pages?
 
I don't think there's an ad_ template in the sidebar so you would need to edit the resource_index template and include one somewhere in the <div class="resourceListSidebar">...</div>

You can use an existing ad_ template or create your own, for example:
Code:
<xen:include template="ad_resource_sidebar" />
 
Back
Top Bottom