|Jordan| Active member Dec 2, 2013 #1 I'm trying to insert a copyright above the bottom breadcrumb on every page and i'm not able to find the location. I've tried various places in PAGE_CONTAINER and footer templates and nothing i do is placing it above the breadcrumb. Anyone know where i can do this?
I'm trying to insert a copyright above the bottom breadcrumb on every page and i'm not able to find the location. I've tried various places in PAGE_CONTAINER and footer templates and nothing i do is placing it above the breadcrumb. Anyone know where i can do this?
Andrej Well-known member Dec 2, 2013 #2 There is probably a much better method, but here is my hackish way of doing it: PAGE_CONTAINER Rich (BB code): <xen:hook name="page_container_breadcrumb_bottom"> <div class="breadBoxBottom"><p>Copyright text here</p><xen:include template="breadcrumb" /></div> </xen:hook> Upvote 0 Downvote
There is probably a much better method, but here is my hackish way of doing it: PAGE_CONTAINER Rich (BB code): <xen:hook name="page_container_breadcrumb_bottom"> <div class="breadBoxBottom"><p>Copyright text here</p><xen:include template="breadcrumb" /></div> </xen:hook>