Template: Difference between revisions
From Joomla! Documentation
m Added category |
|||
Line 9: | Line 9: | ||
{{RecReading|Template|man|audience}} | {{RecReading|Template|man|audience}} | ||
=== Developers === | === Developers === | ||
*[[Accessibility]] | |||
*[[Beez]] - an accessible default template | |||
*[[Creating clickable background images using CSS]] | |||
*[[Joomla! 1.5 Template Tutorial]]. | |||
*[[User:Rvsjoen/tutorial/Developing_a_Template/Part_01|Joomla! 2.5 Template Tutorial]] by Rvsjoen. | |||
*Jim Yuzwalk has contributed a useful PDF [http://help.joomla.org/files/JJYs_Joomla_Template_Design_Tutorial-2010_08_26.pdf|introduction to Joomla templates] (download the example template from [http://help.joomla.org/files/JJYs_Example_Joomla_Template_2010_05_07.zip|here]). | |||
*[[Changing the site favicon]] | |||
*[[Using Class Suffixes]] | |||
*[[Using Firebug With Your Joomla Website]] | |||
*[[Understanding Output Overrides]] | |||
*[[Creating custom template parameter types]] | |||
*[[How are templates executed?]] | |||
*[[How to determine if the user is viewing the front page]] | |||
*[[Template parameters]] | |||
*[[jdoc statements]] | |||
*[[Objects methods and properties available from your template]] - what you can do with $this | |||
*Find answers to questions about templates in the [[Category:Template FAQ]] category | |||
== Frequently Asked Questions == | == Frequently Asked Questions == | ||
Revision as of 19:01, 2 August 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
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
- Accessibility
- Beez - an accessible default template
- Creating clickable background images using CSS
- Joomla! 1.5 Template Tutorial.
- Joomla! 2.5 Template Tutorial by Rvsjoen.
- Jim Yuzwalk has contributed a useful PDF to Joomla templates (download the example template from [1]).
- Changing the site favicon
- Using Class Suffixes
- Using Firebug With Your Joomla Website
- Understanding Output Overrides
- Creating custom template parameter types
- How are templates executed?
- How to determine if the user is viewing the front page
- Template parameters
- jdoc statements
- Objects methods and properties available from your template - what you can do with $this
- Find answers to questions about templates in the category
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.