Reference
The Reference guide consists of following sections:
- Layout Tags: Look here for a list of tags available for the Template files (
templates/.tpl). - Layout Context Parameters: Any method of a Template class (
library/.php) should have$paramsvariable array as first argument. Check here for its content. - Layout PHP variables: Check here for variables of Template class.
- Article's Templates Tags: List of tags available at article templates.
- Article's Templates PHP variables: Check here for variables accessible from article's templates via PHP (and also for accessible methods from main Article class).