Deprecated: Function eregi() is deprecated in /home/suffolkc/public_html/plugins/system/sefservicemap.php on line 51
How do I remove the Joomla! Copyright? - Suffolk Computer Services

How do I remove the Joomla! Copyright?

While some people are happy to publicly display the Joomla! Copyright, it is not required and it may not be appropriate on some sites (or may need altering to show different information).  Here's how you do it!

There are three ways to accomplish this, however it is important to remember that you must retain reference to the Joomla! copyright in your source code and not remove it completely.  What this means is that you must not strip every single reference to Joomla! from your code, but you ARE permitted to remove the PUBLICALLY VISIBLE TEXT in the footer area.

Joomla 1.0.x:

  1. Edit your index.php file to not call/include includes/footer.php
  2. Edit includes/footer.php to display the information you wish to show
  3. Edit the language file or the includes/version.php file that includes/footer.php calls from to show your information

The problem with the last two options above is that these are core Joomla! files and hence may be overwritten by future updates.

Joomla 1.5.x:

  1. Navigate to Languages>en-GB (or whatever language you're using) and find the appropriate mod_footer.ini file

  2. Edit the following section:

  3. 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

Or alternatively some templates may have the following in their index.php file:

<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>

Share this page

Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks RSS Feed 

Recent Work











Log In