Glasnost Help and Documentation
Developers
Templates
TAL in Glasnost
Customizing Pages: TAL Files
Customizing Pages: TAL Files
To customize one or several pages of a Glasnost site, TAL files must be added to the site's DocumentRoot. [1]
The name of TAL files must follow one of the following patterns:
- serverRole-domain.N.action.tal
- serverRole-domain.action.tal
- serverRole-N.action.tal
- serverRole.action.tal
where
- serverRole is a serverRole label,
- domain is the site's hostname,
- action is the name of a view of an object,
- N is an integer.
[1] Customizing or adding pages is also possible in the source code of Glasnost (fairly cleanly overloading existing classes).