Setting up a directory structure

From Joomla! Documentation

Revision as of 07:17, 2 May 2008 by Confudler (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To make the most basic template, create a new folder in the "templates" folder. Name this folder after your template i.e. "mynewtemplate".

Using a text editor (or dedicated html/php/xml/css editor such as dreamweaver) create the files "index.php", "templatedetails.xml"

To keep things organised, make 2 new folders called "images" and "css". Insided the "css" folder create a file called "css.css"

This is the most basic practical setup. Theoretically, the css could be missed out but if you place the styling information within your "index.php" it will bloat the size of webpages and give a poor user experience.