Portal

Template Development/Intro: Difference between revisions

From Joomla! Documentation

m adding category
Cmb (talk | contribs)
Recommending > Recommended and some markup changes.
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page contains many links to selected documentation concerning Template Development for {{JVer|1.5}} {{JVer|1.6}}{{JVer|1.7}} and {{JVer|2.5}}
<noinclude><languages /></noinclude>
{{dablink|This '''page''' is only for Template Development, please see the main page [[Developers]] for other development topics}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
<translate>
<!--T:1-->
This page contains many links to selected documentation concerning Template Development for {{JVer|2.5}} and {{JVer|3.x}}. A good place to start is with the '''[[#Recommended Reading|Recommended Reading]]''' articles below as they provide a good introductory base of knowledge to build on.
</translate>
 
{{tip|<translate><!--T:2-->
A template is a type of Joomla! [[S:MyLanguage/extension|extension]] that changes the way your site looks. There are two types of templates used by the Joomla! CMS: [[S:MyLanguage/Template#Front-end Templates|Frontend Templates]] and [[S:MyLanguage/Template#Back-end Templates|Backend Templates]]. The Frontend Template controls the way your website is presented to the user viewing the website's content. The Backend Template controls the way your website's administrative tasks are presented for controlling management functions by a Joomla! Administrator. These include common tasks such as: user, menu, article, category, module, component, plugin and template management.<br>
'''See also''': [[S:MyLanguage/Component|Component]], [[S:MyLanguage/Module|Module]], [[S:MyLanguage/Plugin|Plugin]]
{{-}}
As a developer, you are probably are more interested in how to create a Frontend Template.|title=What's a Joomla! Template?</translate>}}
 
<noinclude>
<translate>
<!--T:3-->
[[Category:Landing subpages]]
</translate>
</noinclude>

Latest revision as of 21:34, 2 October 2022

This page contains many links to selected documentation concerning Template Development for Joomla 2.5 and Joomla 3.x. A good place to start is with the Recommended Reading articles below as they provide a good introductory base of knowledge to build on.

What's a Joomla! Template?

A template is a type of Joomla! extension that changes the way your site looks. There are two types of templates used by the Joomla! CMS: Frontend Templates and Backend Templates. The Frontend Template controls the way your website is presented to the user viewing the website's content. The Backend Template controls the way your website's administrative tasks are presented for controlling management functions by a Joomla! Administrator. These include common tasks such as: user, menu, article, category, module, component, plugin and template management.

See also: Component, Module, Plugin

As a developer, you are probably are more interested in how to create a Frontend Template.