Creating a basic Joomla! template: Difference between revisions

From Joomla! Documentation

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.
 
== Setting up a directory structure ==
{{:Setting up a directory structure|Setting up a directory structure}}
{{:How to edit the files|How to edit the files}}

Revision as of 09: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.