Joomla : Templates and Site Design    Changing the Site Footer  

Page 1


Scrolling down to the bottom we see that there is a notice about Joomla. We'll remove that. However, this notice is not contained in a module but is in a php file.

  Click on the image for page view.




Page 2


We need to edit a file on the server. Open FileZilla and navigate to the server folder where your files are. (Of course, you can use whatever other method you normally use to edit server files). Using FileZilla was introduced in a previous tutorial. Find a folder called includes.

  Click on the image for page view.




Page 3


Find a file named footer.php in the includes folder.

  Click on the image for page view.




Page 4


We need to edit this file. In FileZilla, we'll do that by downloading the file, editing it, then uploading it again. Here we've downloaded the footer.php file to our local machine.

  Click on the image for page view.




Page 5


As before, we can edit this file by right-clicking and choosing View / Edit. In order to remove the Joomla label from the bottom of the page, we need to delete the highlighted lines:

<div align="center">
 <?php echo $_VERSION->URL; ?>
</div>
  Click on the image for page view.




Page 6


After saving the file and uploading to the server, we can see that the footer has changed.

  Click on the image for page view.




Page 7


We now have the basic pieces of the site set up for the first phase.




Text Author: Joe Orr   Copyright 2006 All Rights Reserved