Template Development/Reading list
From Joomla! Documentation
< Template Development(Difference between revisions)
m (JVer/multi template) |
m (Added link to email cloaking page.) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 6: | Line 6: | ||
* [[Changing the site favicon]] | * [[Changing the site favicon]] | ||
* [[Using Class Suffixes]] | * [[Using Class Suffixes]] | ||
| − | * [[Using Firebug With Your Joomla Website]] | + | * [[Using Firebug With Your Joomla Website]] {{JVer/multi|1.0,1.5,1.6,1.7,2.5}} |
* [[Understanding Output Overrides]] | * [[Understanding Output Overrides]] | ||
| − | * [[Creating custom template parameter types]] | + | * [[Creating custom template parameter types]] {{JVer/multi|1.5}} |
* [[How are templates executed?]] | * [[How are templates executed?]] | ||
* [[How to determine if the user is viewing the front page]] | * [[How to determine if the user is viewing the front page]] | ||
| Line 14: | Line 14: | ||
* [[jdoc statements]] | * [[jdoc statements]] | ||
* [[Objects methods and properties available from your template]] - what you can do with <code>$this</code> | * [[Objects methods and properties available from your template]] - what you can do with <code>$this</code> | ||
| − | * | + | * [[How to cloak email addresses]] {{JVer/multi|1.6,1.7,2.5,3.0}} |
| + | <noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | ||
Revision as of 05:52, 29 September 2012
- Accessibility
- Beez - an accessible default template
- Creating clickable background images using CSS
- The Joomla! 1.5 Template Tutorial is a work in progress. If you would like to help out with it, please take a look at the main project page and the Outline for Template Tutorials.
- Jim Yuzwalk has contributed a useful introduction to Joomla templates (download the example template from here).
- Changing the site favicon
- Using Class Suffixes
- Using Firebug With Your Joomla Website
- Understanding Output Overrides
- Creating custom template parameter types
- How are templates executed?
- How to determine if the user is viewing the front page
- Template parameters
- jdoc statements
- Objects methods and properties available from your template - what you can do with
$this - How to cloak email addresses