How to change default joomla footer

If you look at the bottom of the joomla page , you will see notice about joomla. We’ll remove this notice. But this notice is not contained in any module or component but rather in a .php file

You need to edit your file by going to your server or editing from your ftp. Navigate to your server files where joomla files are uploaded and look for folder includes .Click on the folder .

In the includes folder of joomla , look for file footer.php

Download the footer.php file to your local disk or open up your editor on the server to edit the file. Find the following highlighted lines from your footer.php file and delete it .

<div align="center">
 <?php echo $_VERSION->URL; ?>
</div>

Save your edited file or save and upload it to your server .Now go back to your front page and you will see that the footer sign has gone .

 

 

 

Share/Save/Bookmark

Written by admin on October 21, 2009 under joomla tips.

Comments

No Comments

Leave a reply

You must be logged in to post a comment.