Hi,
I'd like to know how can I do to insert FOOTER MENU in Creative Template.
Thank you for your help.
<?php if($this->API->get('copyrights', '') !== '') : ?>
<p><?php echo $this->API->get('copyrights', ''); ?></p>
<?php else : ?>
<p>Template Design © <a href="http://www.gavick.com" title="Joomla Templates">Joomla Templates</a> GavickPro. All rights reserved.</p>
<?php endif; ?>
<jdoc:include type="modules" name="footer_nav" style="none" />