Difference between revisions of "Template"

From Joomla! Documentation

(Referenced "Recommended Reading" reference)
(Some changes for Words2Watch compliance.)
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<noinclude>{{redirectstohere|Theme}}<!-- DO NOT REMOVE THIS ! --></noinclude>
+
<noinclude><languages /></noinclude>
{{Template}}
+
<translate>
 +
<!--T:1-->
 +
{{Chunk:Template/en}}
  
'''See also:''' [[Joomla! Extensions Defined]]
+
<!--T:2-->
 +
'''See also:''' [[Extension types (general definitions)]]
  
== Recommended Reading ==
+
== Template Types == <!--T:9-->
 +
There are two types of templates used in a Joomla-powered website.
  
=== Developers ===
+
=== Frontend Templates === <!--T:10-->
{{RecReading|Template|dev|audience}}
+
Frontend templates change the way your site looks to visitors. Most of the templates you use or install will be Frontend Templates. Out of the box Joomla 3.x ships with two Frontend templates, Protostar (which is set as default), and Beez3. For simple sites these out-of-the-box templates may be appropriate, but many Joomla users will opt to install a third party template to suit the purpose of their site. A site can use multiple templates assigned to different menu items, but most beginners will just use a single template for their entire site.
  
== What types of templates are there? ==
+
=== Backend Templates === <!--T:11-->
 +
Backend templates are much rarer than Frontend Templates. You will probably never need to change your Backend Template. Backend templates allow you to change the way the Administrator interface looks. Joomla 3.x ships with two Backend templates, Isis (which is set as default) and Hathor. The Hathor template was designed for accessibility, and may be appropriate for those with color blindness who require high contrast colors or those using screen reader devices or keyboard navigation.
  
=== Front-end Templates ===
+
== Recommended Reading == <!--T:3-->
<noinclude>{{redirectstohere|Glossary|hide=yes}}</noinclude>
 
Front-end templates change the way your site looks to average users.  Most of the templates you use will be Front-end Templates.  Three Front-end templates come preinstalled with Joomla!: [[Milkyway|rhuk_milkyway]], [[Beez|beez]] and [[Ja_purity|Ja_purity]].
 
  
=== Back-end Templates ===
+
=== Administrators === <!--T:4-->
<noinclude>{{redirectstohere|Glossary|hide=yes}}</noinclude>
+
Joomla administrators should go to the page on [[Template Management]] for topics about managing your Joomla template or templates.
[[Administrator_(back-end)_templates|Back-end Templates]] are much rarer than Frontend Templates.  You will probably never need to change your Back-end Template.  Back-end Templates allow you to change the way the administrator interface looks.
 
  
== Where can I get new templates? ==
+
=== Developers === <!--T:5-->
There are some wonderful templates that were made in the [http://forum.joomla.org/viewforum.php?f=479 template contest].  There are also many websites where both free and non-free Joomla! templates can be downloaded.
+
Joomla developers should go to the [[Portal:Template Development|Template Development]] portal page for more topics on developing a Joomla template.
  
== How can I create a new template?  ==
+
== Finding More Information == <!--T:6-->
 
 
If you are interested in creating your own template than there are a few thing that you might want to know before you start. first you will need to know [http://www.w3schools.com/css CSS], [http://www.w3schools.com/html HTML], and [http://www.w3schools.com/PHP PHP]. Joomla! has created a [http://docs.joomla.org/Tutorial:Creating_a_basic_Joomla!_template tutorial] for those who would like to create their own template.
 
 
 
== More Template Information. ==
 
Here is a list of Wiki articles in the Template category:
 
[[:Category:Templates]]. Here is a list of frequently asked Template questions: [[:Category:Template FAQ]].
 
 
 
== Links ==
 
* [http://docs.joomla.org/How_to_install_templates Installing] Templates
 
* [http://docs.joomla.org/Tutorial:Upgrading_a_Joomla!_1.0.x_template Upgrading] a Joomla! 1.0.x template
 
* [http://docs.joomla.org/How_to_switch_templates Switching] Templates
 
* [http://docs.joomla.org/To_access_the_Template_Manager Access] the Template Manager
 
  
 +
<!--T:7-->
 +
*[[:Category:Template FAQ|List of frequently asked Template questions]]
 +
*[[:Category:Templates|List of articles in the Template category]].
  
 +
<!--T:8-->
 
<noinclude>
 
<noinclude>
 +
[[Category:Extensions| Template]]
 
[[Category:Landing Pages]]
 
[[Category:Landing Pages]]
 
[[Category:Glossary]]
 
[[Category:Glossary]]
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>
 +
</translate>

Latest revision as of 18:05, 15 July 2022

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎dansk • ‎eesti • ‎español • ‎français • ‎hrvatski • ‎português • ‎português do Brasil • ‎български • ‎русский • ‎فارسی • ‎中文(台灣)‎ • ‎日本語

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: Front-end Templates and Back-end Templates. The Front-end Template controls the way your website is presented to the user viewing the website's content. The Back-end Template controls the way your website's administrative tasks are presented for controlling management functions by a Joomla! Administrator. These would include common tasks such as: user, menu, article, category, module, component, plugin and template management.

See also: Component, Module, Plugin


See also: Extension types (general definitions)

Template Types[edit]

There are two types of templates used in a Joomla-powered website.

Frontend Templates[edit]

Frontend templates change the way your site looks to visitors. Most of the templates you use or install will be Frontend Templates. Out of the box Joomla 3.x ships with two Frontend templates, Protostar (which is set as default), and Beez3. For simple sites these out-of-the-box templates may be appropriate, but many Joomla users will opt to install a third party template to suit the purpose of their site. A site can use multiple templates assigned to different menu items, but most beginners will just use a single template for their entire site.

Backend Templates[edit]

Backend templates are much rarer than Frontend Templates. You will probably never need to change your Backend Template. Backend templates allow you to change the way the Administrator interface looks. Joomla 3.x ships with two Backend templates, Isis (which is set as default) and Hathor. The Hathor template was designed for accessibility, and may be appropriate for those with color blindness who require high contrast colors or those using screen reader devices or keyboard navigation.

Recommended Reading[edit]

Administrators[edit]

Joomla administrators should go to the page on Template Management for topics about managing your Joomla template or templates.

Developers[edit]

Joomla developers should go to the Template Development portal page for more topics on developing a Joomla template.

Finding More Information[edit]