How to localize the copyright message?

January 2013 Joomla 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
Mon Feb 22, 2016 4:51 pm
Reply with quote
Report this post
Hi! How can I localize the copyright message? I've found only how to change it in the template settings. Many thanks for your help!
User avatar
Fresh Boarder

GK User
Mon Feb 22, 2016 7:53 pm
Reply with quote
Report this post
Hello,

The copyright message is located under the layouts/blocks/footer.php file in the following fragment:

Code: Select all
<?php if($this->API->get('copyrights', '') !== '') : ?>
      <div id="gkCopyrights"><?php echo $this->API->get('copyrights', ''); ?></div>
      <?php else : ?>
      <div id="gkCopyrights">Joomla Template by <a href="https://www.gavick.com">GavickPro</a>.</div>
      <?php endif; ?>
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.