Footer Menu - Creative Template

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 29, 2012 12:33 pm
Reply with quote
Report this post
Hi,
I'd like to know how can I do to insert FOOTER MENU in Creative Template.
Thank you for your help.
User avatar
Junior Boarder

GK User
Wed Aug 29, 2012 5:17 pm
Reply with quote
Report this post
In the layouts/blocks/footer.php file you can replace lines:

Code: Select all
<?php if($this->API->get('copyrights', '') !== '') : ?>
   <p><?php echo $this->API->get('copyrights', ''); ?></p>
   <?php else : ?>
   <p>Template Design &copy; <a href="http://www.gavick.com" title="Joomla Templates">Joomla Templates</a> GavickPro. All rights reserved.</p>
   <?php endif; ?>


with:
Code: Select all
<jdoc:include type="modules" name="footer_nav" style="none" />


and then publish the menu module on the footer_nav module position - but please remember that you have to style the new menu in the template.css file.
User avatar
Administrator


cron