| Joomla : Templates and Site Design Changing the Site Footer |
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>
| 1 2 3 4 5 6 7 |