Creating a basic Joomla! template
From Joomla! Documentation
(Difference between revisions)
(→Creating a basic templateDetails.xml file) |
(→Setting up a directory structure) |
||
| Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
| − | The purpose of this tutorial is to serve as an introduction to creating Joomla! templates. It will cover the essential files and code needed to create a basic template. The code is presented so it can be cut and pasted with very little modification needed. | + | The purpose of this tutorial is to serve as an introduction to creating Joomla! templates. It will cover the essential files and code needed to create a basic template. The code is presented so it can be cut and pasted with very little modification needed. |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 04:53, 2 October 2008
Introduction
The purpose of this tutorial is to serve as an introduction to creating Joomla! templates. It will cover the essential files and code needed to create a basic template. The code is presented so it can be cut and pasted with very little modification needed.