|
TIP . 1
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 root fold Of Joomla >> 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
Second:
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.
TIP .2
Wer sich fragt welche Rechte Ordner & Dateien bekommen.
Der stellt nach dem Seine Arbeit erledigt ist.
Rechte für Ordner (755)und Dateien (644) rekursiv ändern
TIP .3
|