Help17

Difference between revisions of "Extensions Template Manager Templates Edit Source"

From Joomla! Documentation

(Created page with "==Overview== This screen is accessed from the back-end Joomla! administrator panel. It is used to edit the source code of template files. ==How to Access== Navigate to the [[Hel...")
 
m (→‎Related Information: removing categories, shutting down namespace)
 
(2 intermediate revisions by the same user not shown)
Line 29: Line 29:
 
==Related Information==
 
==Related Information==
 
* To install templates: [[Help16:Extensions_Extension_Manager_Install|Extension Manager: Install]]
 
* To install templates: [[Help16:Extensions_Extension_Manager_Install|Extension Manager: Install]]
 
<noinclude>{{cathelp|1.6|Template Manager|Templates}}</noinclude>
 

Latest revision as of 19:07, 28 April 2013

Overview[edit]

This screen is accessed from the back-end Joomla! administrator panel. It is used to edit the source code of template files.

How to Access[edit]

Navigate to the Template Manager: Customise Template screen. Click on the name of the template you want to edit. Then click the link to the template file that you want to edit.

Description[edit]

This screen is where the source code of template files is edited. It provides a plain text interface to edit the template files. HTML and PHP programming syntax is highlighted to make the source code files easier to read.

Screenshot[edit]

Help16-extensions-template manager-templates-edit source-screen.png

Details and Options[edit]

  • Source Code. The contents of the selected template file is displayed and editible here.

Toolbar[edit]

At the top right you will see the toolbar:

Help16-extensions-template manager-templates-edit source-toolbar.png
  • Save. Saves the item and stays in the edit screen.
  • Save & Close. Saves the item and closes the edit screen.
  • Cancel. Returns to the previous screen without saving your work. If you press Cancel while adding a new item, this new item will not be created. If you were modifying an existing item, the modifications will not be saved.
  • Help. Opens this Help Screen.

Quick Tips[edit]

  • Important: Do not delete the default template files using FTP because it generates an error in both the front-end and back-end.
  • Before editing the HTML and the CSS file of the template, it is a good idea to make a backup of the file you are editing. Also, you can edit these files outside of Joomla! using the HTML or CSS editor of your choice.

Related Information[edit]