- Joomla! 1.5 Templates Cookbook
- Richard Carter
- 283字
- 2021-08-05 16:14:03
Editing the HTML template in the administration panel
Joomla! allows administrators of their website to edit HTML templates of their Joomla! templates within the administration panel.
Getting ready
Log in to your website's administration panel and navigate to the Template Manager feature. From here, select the theme that is the current default. For this example, we'll assume it's the rhuk_milkyway template:

How to do it...
- Select the Edit HTML option at the top-right of your screen. You'll be presented with a text box containing the contents of the template's
index.php
file: - Once you have finished editing the file, click on Save or Apply, or simply click on Cancel to preserve the template file as it was.
Being able to edit a template's HTML from the administration panel is convenient for smaller tasks. For example, what if we wanted to remove the text at the bottom of the website that reads Powered by Joomla!?
- Now locate the code that reads as follows:
<p id="power_by"> <?php echo JText::_('Powered by') ?> <a >Joomla!</a>. <?php echo JText::_('Valid') ?> <a >XHTML</a> <?php echo JText::_('and') ?> <a >CSS </a>. </p>
By removing the highlighted lines of code in the previous code snippet, we can remove reference to the website being powered by Joomla!, if we wish to. Depending on the template you're editing, this process will almost certainly vary.
- Once the Save or Apply button has been clicked, refresh the frontend of your website (that is, not the administration panel):
How it works...
When you edit the HTML of your template in Joomla!'s administration panel, Joomla! overwrites the index.php
of your template with the changes that you've made. If you have downloaded your template for editing, you will need to download the index.php
file again to prevent overwriting any changes.
See also
- Editing CSS in the administration panel
- 剪映專業版(電腦版)視頻剪輯全攻略:音效添加+轉場特效+視頻制作
- Unity Game Development Essentials
- MATLAB 2015從入門到精通
- PHP應用開發與實踐
- 板繪教室:SAI零基礎日系動漫插畫入門教程
- Photoshop CC 2019 平面設計實例教程
- Python 3 Object Oriented Programming
- UG NX 12.0中文版從入門到精通
- 中文版Photoshop CS5實用教程(第2版)
- 好用,Excel數據處理高手
- Science Teaching with Moodle 2.0
- 3ds Max三維動畫制作項目式教程
- Linux Shell腳本攻略(第3版)
- Photoshop CC平面設計實戰從入門到精通
- 電磁場數值計算及基于FreeFEM的編程實現