Customizing the Footer
From ALSwiki
Edit the file:
/language/en-GB/en-GB.mod_footer.ini
If you want to remove the 2nd line fo the footer entirely, change it to:
FOOTER_LINE2=
I changed the second line of the footer. The resulting file is:
# $Id: en-GB.mod_footer.ini 9765 2007-12-30 08:21:02Z ircmaxell $ # Joomla! Project # Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. # License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php # Note : All ini files need to be saved as UTF-8 - No BOM # Note : %date% will be auto replaced by current year !Don't translate FOOTER=Footer FOOTER_LINE1=Copyright © %date% %sitename%. All Rights Reserved. FOOTER_LINE2=Site designed built and run by <a href="http://www.alstevens.org/">Al Stevens</a> Using <a href="http://www.joomla.org">Joomla!</a> MOD_FOOTER=mod_footer THIS MODULE SHOWS THE JOOMLA! COPYRIGHT INFORMATION=This Module shows the Joomla! Copyright information
In Joomla 1.7 (and maybe 1.6) there is an over-ride file at:
/language/overrides/en-GB,override.ini
Change the line there instead of editing he main file. e.g.:
FOOTER_LINE2=Site designed built and run by <a href="http://www.alstevens.org/">Al Stevens</a> Using <a href="http://www.joomla.org">Joomla!</a>

