RM 1.1 Sidebar On Right

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" />
 
Top Bottom