Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/Dropbox/docs.joomla.jp/htdocs/extensions/DynamicPageList/DPLMain.php on line 2549 Notice: Undefined property: Cite::$mInCnt in /var/www/vhosts/Dropbox/docs.joomla.jp/htdocs/extensions/DynamicPageList/DPL.php on line 78 Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/Dropbox/docs.joomla.jp/htdocs/extensions/DynamicPageList/DPL.php on line 284 Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/Dropbox/docs.joomla.jp/htdocs/extensions/DynamicPageList/DPLMain.php on line 2549 Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/Dropbox/docs.joomla.jp/htdocs/extensions/DynamicPageList/DPL.php on line 284 Portal:Template Development - Joomla! ドキュメンテーション
 Actions

Portal

Template Development

From Joomla! ドキュメンテーション

This page contains changes which are not marked for translation.

Contents

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 Recommending Reading articles below as they provide a good introductory base of knowledge to build on.

Tip-icon.png
 What's a Joomla! Template?

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

As a developer, you are probably are more interested in how to create a Front-End Template.

Template Development FAQs

List of all articles belonging to the categories "FAQ" AND "Template Development"

Recommended Reading

Our template development documentation contains many articles, FAQs and tutorials. A first step to developing a template is understanding how templates are executed.

Beginners

Intermediate

Historical