PDA

View Full Version : Edit Footer


SHoggard
11-09-2006, 03:24 AM
How do I edit the Footer to remove
<Joomla! is Free Software released under the GNU/GPL License. > & the WC3 logos.

I changed the main JoomlArt copyright notice in /footer.php which worked - BUT can't find where the rest of it is coming from!

trungch
11-09-2006, 03:59 AM
Hi,

1. Remove line : Joomla! is Free Software released under the GNU/GPL License, in file footer.php you remove this line:

<?php echo $_VERSION->URL; ?>


2. And Remove the W3C logos, you remove this code in file index.php

<div id="ja-cert">
<?php if ($ja_menutype != 3){ ?>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>" target="_blank" title="Our site is valid CSS">
<img src="<?php echo $ja_template_path;?>/images/butcss<?php echo $ja_color; ?>.gif" alt="Our site is valid CSS" />
</a>
<?php } ?>
<a href="http://validator.w3.org/check/referer" target="_blank" title="Our site is valid XHTML 1.0 Transitional">
<img src="<?php echo $ja_template_path;?>/images/butxhtml<?php echo $ja_color; ?>.gif" alt="Our site is valid XHTML 1.0 Transitional" />
</a>
</div>


:D

SHoggard
11-09-2006, 04:29 AM
Excellent! Thanks, worked well!

You might consider including this in the User Guide which just tells us :-

<If you want to change or remove something in the footer, just open the "ja_pollux/footer.php" then modify it to suite your needs.>

WHich isn't quite thewhole story