CMS  Version 3.9
templates.inc
Go to the documentation of this file.
1 <?php
2 ?>
3 <h2>Templates</h2>
4 The site uses full page templates to generate a page with substitution points in the code. Pages are associated with templates, and the associated template is used to generate the page.
5 
6 The templates are basically the plain HTML for the page, and can be edited in Dreamweaver, Notepad++ or whatever. Substitution points are denoted with {}s.
7 <ul>
8 <li> {menu:identifier} substitutes the associated menu structure that is identified by unique <i>identifier</i></li>
9 <li> {fieldname} substitutes field values from the Page object (i.e. page_title, description, etc.)</li>
10 <li> {position:identifier} substitutes the associated Modules for the Page.</li>
11 </ul>
$tabs page
Definition: page.inc:43
$forumRequest to
$documentMove from
$openData field
$page page_title
Definition: article.inc:46