20
Sep
2008

How to remove joomla 1.5 copyright info

How do i remove the bit on the bottom of my website that says "Powered by Joomla!. Valid XHTML and CSS."?

This also comes up when i have the "Footer" published on the website. Then i have an extra copyright that says "Joomla! is Free Software released under the GNU/GPL License."
How do I remove it?

 

 

First

Go to the rootfoldOfJoomla >> languages >>en-GB/ en-GB.mod_footer.ini || modify it there.

FOOTER=Footer
FOOTER_LINE1=Copyright © %date% %sitename%. All Rights Reserved.
FOOTER_LINE2=<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU/GPL License.</a>
MOD_FOOTER=<em>mod_footer</em>
THIS MODULE SHOWS THE JOOMLA! COPYRIGHT INFORMATION=This Module shows the Joomla! Copyright information

Seond:

Go to yourtemplate/index.php >> bottom of page || change it there.

<p id="power_by">
<?php echo JText::_('Powered by') ?> <a href="http://www.joomla.org">Joomla!</a>.
<?php echo JText::_('Valid') ?> <a href="http://validator.w3.org/check/referer">XHTML</a> <?php echo JText::_('and') ?> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
</p>


After that you will have your own custimzed copyright information.

 


Comments (4)add comment
0
Bloke: Some more tips required
How can we change the meta description generated as the HTML source?

eg.
1

December 04, 2008
Votes: +0
0
willows: Default meta tag
Change these in the configuration file on the root. Remember to write protect this file when finished editing.
2

April 03, 2009
Votes: +0
0
mesol: ...
Thanks for this tutorial.

Regards,
mesol
PHP Web Developer & SEO Consultant
3

April 07, 2009
Votes: +0
0
bajiaodi: Thanks, very helpful information
although users might want to keep the copyright info to promote joomla
4

April 12, 2010
Votes: +0

Write comment

security image
Write the displayed characters


busy