Above Bottom Breadcrumb?

|Jordan|

Active member
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?
 
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>
Скриншот 2013-12-02 23.00.42.webp
 
Top Bottom