This object is in archive! 
Custom footer.phtml ignored when top-bar.phtml is included.
We're currently trying to incorporate Use Response with our own template but it would seem that when the following line is included within the header.phtml:
- <?php echo $this->render('layout/top-bar.phtml') ?>
Then our footer.phtml is not run.
Any ideas?
Thanks in advance,
Liam
Liam,
You need to specify your theme path additionally.
Use this snippet in your custom header.phtml:
Liam,
You need to specify your theme path additionally.
Use this snippet in your custom header.phtml:
Replies have been locked on this page!