Portal

Difference between revisions of "Template Development"

From Joomla! Documentation

m (':Portal:Template_Development/Reading list/' marked for translation as included)
(Marked this version for translation)
Line 6: Line 6:
 
</div>
 
</div>
 
<div class="large-5 column panel radius" style="background:aliceblue;">
 
<div class="large-5 column panel radius" style="background:aliceblue;">
<onlyinclude>{{:Portal:Template_Development/Reading list/<translate>en</translate>}}</onlyinclude>
+
<onlyinclude>{{:Portal:Template_Development/Reading list/<translate><!--T:1-->
 +
en</translate>}}</onlyinclude>
 
</div>
 
</div>
 
<div class="large-12 column panel radius">
 
<div class="large-12 column panel radius">
Line 15: Line 16:
 
<noinclude>
 
<noinclude>
 
<translate>
 
<translate>
 +
<!--T:2-->
 
[[Category:Development]]  
 
[[Category:Development]]  
 
[[Category:Template Development]]
 
[[Category:Template Development]]
 
</translate>
 
</translate>
 
</noinclude>
 
</noinclude>

Revision as of 07:49, 8 May 2015

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎português • ‎русский • ‎فارسی • ‎中文(台灣)‎

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

What's a Joomla! Template?</translate>

<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

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


<translate> Template Developer Tutorials</translate>