JDOC

Joomla! 1.5 Template Tutorials Project/Guidelines

From Joomla! Documentation

< JDOC:Joomla! 1.5 Template Tutorials Project
Revision as of 17:56, 14 January 2008 by Chris Davenport (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Editorial Style Guide[edit]

The Joomla! Editorial Style Guide (PDF) applies so please read it. Any deviations from that guide will be noted here.

Visual Style Guide for the Template Tutorials[edit]

  • Begin each chunk with a level 3 heading, like this: ===Heading===. This guideline will probably be changed in the light of experience.
  • When including PHP code snippets always surround the PHP code with <?php and ?> tags.
<?php
 // code goes here
?>