Hello. I’m trying to add to the copyright text in the footer. I’m looking at the JA Social II documentation to do this:
https://www.joomlart.com/documentation/joomla-templates/ja-social-ii#footer-info
It says to open templates/ja_social_ii/tpls/blocks/footer.php and edit in there… but when I open that file all I see is….
<footer id="t3-footer" class="wrap t3-footer">
<?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
<!-- FOOT NAVIGATION -->
<div class="container">
<?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
</div>
<!-- //FOOT NAVIGATION -->
<?php endif ?>
</footer>
Is the documentation wrong? Have I missed something obvious? Please help!