In others webs of AS Templates, when I change the title of the web, the copyright changes automaticaly.
Could you say me where can I change this?
Thanks in advance!
AS Templates
POSTED: 2014-03-07
Hello EESQUILLOR,
Thank You for noticing about this issue. It will be fixed in the next version.
All what you have to do is to edit the template's index.php file, please find the following lines (lines 263-265):
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have a little problem with the copyright message in the footer position. It appear like this: COPYRIGHT © 2013 WORK
In others webs of AS Templates, when I change the title of the web, the copyright changes automaticaly.
Could you say me where can I change this?
Thanks in advance!
Thank You for noticing about this issue. It will be fixed in the next version.
All what you have to do is to edit the template's index.php file, please find the following lines (lines 263-265):
<div id="trademark">
Copyright © 2013 work
</div>
and replace with
<div id="trademark">
Copyright © <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?>
</div>
Regards, AS Team.