Where ca I change the Copyright Content in Footer Area ?
thx
AS Templates
POSTED: 2013-11-05
Hello CBRANDENBURG,
The copyright generates automatically by joomla, you can change it by yourself in the template index.php file, please look for the following code
(lines 287-289):
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
Where ca I change the Copyright Content in Footer Area ?
thx
The copyright generates automatically by joomla, you can change it by yourself in the template index.php file, please look for the following code
(lines 287-289):
<div id="trademark">
Copyright © <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?>
</div>
Regards, AS Team.