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.

eg.
Votes: +0
Votes: +0
Regards,
mesol
PHP Web Developer & SEO Consultant
Votes: +0
| < Prev | Next > |
|---|
Stay Up To Date!Sign up for special offers, product alerts and do-it-yourself information. |
Our Services |