Template Development/Reading list
From Joomla! Documentation
< Template Development(Difference between revisions)
m (update to reading list, moving Template FAQ link) |
m (Added link to email cloaking page.) |
||
| Line 13: | Line 13: | ||
* [[Template parameters]] {{JVer/multi|1.5}} | * [[Template parameters]] {{JVer/multi|1.5}} | ||
* [[jdoc statements]] | * [[jdoc statements]] | ||
| − | * [[Objects methods and properties available from your template]] - what you can do with <code>$this</code><noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | + | * [[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