I have a problem with Joomla 002036: I want to remove the bottom bar in soft yellow in www.ecoledetricot alias lebourdon.ca web page. I would like to know which file to modify.
Thank you
Pierre
AS Templates
POSTED: 2012-10-12
Hello POUIMET,
As we understand you would like to delete the Copyright bar, in this case, in the index.php file you have delete the following lines (559-573):
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 problem with Joomla 002036: I want to remove the bottom bar in soft yellow in www.ecoledetricot alias lebourdon.ca web page. I would like to know which file to modify.
Thank you
Pierre
As we understand you would like to delete the Copyright bar, in this case, in the index.php file you have delete the following lines (559-573):
<div class="row3">
<div class="content">
<?php if($this->countModules('position-55')): ?>
<div class="row3col1">
<jdoc:include type="modules" name="position-55" style="xhtml"/>
</div>
<?php endif; ?>
<div class="row3col2">
<div id="trademark">
Copyright © <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?>
</div>
</div>
</div>
</div>
Regards, As Team.