JDOC:Joomla! 1.5 Template Tutorials Project/Guidelines
From Joomla! Documentation
< JDOC:Joomla! 1.5 Template Tutorials Project(Difference between revisions)
m |
m (Template Tutorial Guidelines moved to JDOC:Joomla! 1.5 Template Tutorials Project/Guidelines: Moved page to keep related pages together) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
==Editorial Style Guide== | ==Editorial Style Guide== | ||
| − | The Joomla! [http://help.joomla.org/ | + | The Joomla! [http://help.joomla.org/files/Editorial%20Style%20Guide%20v1.0.5.pdf 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== | ==Visual Style Guide for the Template Tutorials== | ||
Latest revision as of 17:29, 15 January 2011
[edit] Editorial Style Guide
The Joomla! Editorial Style Guide (PDF) applies so please read it. Any deviations from that guide will be noted here.
[edit] Visual Style Guide for the Template Tutorials
- 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 ?>