Hello, how to remove Portfolio template's footer ( Free Joomla Template designed by GavickPro) ?
Thank You!
<?php if ($menu->getActive() == $menu->getDefault($lang->getTag())) : ?>
<p class="footer__copyrights_text"><a href="https://www.gavick.com/joomla-templates/tag,free-Joomla">Free Joomla Template designed by Gavickpro</a> </p>
<?php else : ?>
<p class="footer__copyrights_text">Free Joomla Template designed by GavickPro</p>
<?php endif; ?>