Difference between revisions of "Template"

From Joomla! Documentation

m (→‎Developers: JVer/multi for link)
m (fixing link to category, not category inclusion)
Line 26: Line 26:
 
*[[jdoc statements]]
 
*[[jdoc statements]]
 
*[[Objects methods and properties available from your template]] - what you can do with $this
 
*[[Objects methods and properties available from your template]] - what you can do with $this
*Find answers to questions about templates in the Template FAQ category [[Category:Template FAQ]]
+
*Find answers to questions about templates in the Template FAQ category [[:Category:Template FAQ|Template FAQ]]
  
 
== Frequently Asked Questions ==
 
== Frequently Asked Questions ==

Revision as of 19:49, 18 September 2012

<translate> 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</translate>

See also: Extension types (general definitions)

Recommended Reading

Administrators

<translate> Template Management</translate>

Article Management · User Management · Template Management · Menu Management

{{Portal:Template_Management/Intro/<translate> en</translate>}}

<translate> Recommended Reading</translate>

{{Portal:Template_Management/Reading list/<translate> en</translate>}}

<translate> References</translate>

{{Portal:Template_Management/References/<translate> en</translate>}}

<translate> FAQ</translate>

{{Portal:Template_Management/FAQs/<translate> en</translate>}}

<translate> Tutorials</translate>

{{Portal:Template_Management/Tutorials/<translate> en</translate>}}

<translate> Template Management Help Screens</translate>

{{Portal:Template_Management/Template_Management_Help_Screens/<translate> en</translate>}}


For more administrator information, see Template Management.

Developers

Frequently Asked Questions

What types of templates are there?

Front-end Templates

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!: rhuk_milkyway, beez and Ja_purity.

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?

There are some wonderful templates that were made in the template contest. There are also many websites where both free and non-free Joomla! templates can be downloaded.

How can I create a new template?

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 CSS, HTML, and PHP. Joomla! has created a tutorial for those who would like to create their own template.

More Template Information.

Please see the list of Wiki articles in the Template category and the list of frequently asked Template questions.