Hi
I want to change the copyright on the footer of my site but i don't see an option under features in the template settings. can you please tell me how?
<?php if ($menu->getActive() == $menu->getDefault($lang->getTag())) : ?>
<p id="gkCopyrights">
<a href="https://www.gavick.com/joomla-templates/magazine" title="Magazine Joomla template designed by GavickPro" rel="nofollow">Magazine Joomla Template</a>
designed by GavickPro
</p>
<?php else : ?>
<p id="gkCopyrights">
Joomla Templates & WordPress Themes - GavickPro
</p>
<?php endif; ?>