Difference between revisions of "Template"

From Joomla! Documentation

m (Moved "Recommended Reading" items to Template Management)
(Marked this version for translation)
(14 intermediate revisions by 6 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 CMS powered website.
  
=== Administrators ===
+
=== Front-end Templates === <!--T:10-->
{{RecReading|Template|man|audience}}
+
Front-end templates change the way your site looks to average users.  Most of the templates you use or install will be Front-end Templates.
=== Developers ===
 
{{RecReading|Template|dev|audience}}
 
  
== What types of templates are there? ==
+
=== Back-end Templates === <!--T:11-->
 +
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.
  
=== 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 [[Creating a basic Joomla! template|tutorial for those who would like to create their own template]].
+
<!--T:7-->
 
+
*[[:Category:Template FAQ|List of frequently asked Template questions]]
== More Template Information. ==
+
*[[:Category:Templates|List of articles in the Template category]].
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]].
 
  
 +
<!--T:8-->
 
<noinclude>
 
<noinclude>
 +
[[Category:Extensions| Template]]
 
[[Category:Landing Pages]]
 
[[Category:Landing Pages]]
 
[[Category:Glossary]]
 
[[Category:Glossary]]
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>
 +
</translate>

Revision as of 10:52, 25 February 2014

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 CMS powered website.

Front-end Templates[edit]

Front-end templates change the way your site looks to average users. Most of the templates you use or install will be Front-end Templates.

Back-end Templates[edit]

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.

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]