| home bookshelf slides |
| Joomla : Templates and Site Design Changing the Site Footer |
Page 1Scrolling 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. Page 2We 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. Page 4We 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. Page 5As 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"> Page 6After saving the file and uploading to the server, we can see that the footer has changed. |