VWcms Section Title  
 

[PREV][NEXT]

[PRINT]

By default the $$TITLE$$ directive displays the section HTML heading.

In the case of this section, "Section Title" is from the <h3>Section Title</h3>.

A preferred title may be set for any section by placing the $$TITLE$title string$$ on the first line of that section.

By default $$TITLE$$ displays the title of the current section.  For both site template and content the directive can display the title of superior sections (e.g. its parent) or arbitrary levels in the section hierarchy.

To display the parent of a section use $$TITLE$+1$$ ("HTML Content"), the grandparent $$TITLE$+2$$ ("Building The Site"), etc.

To display an arbitrary title use $$TITLE$1$$ ("Building The Site") for the top-most section, $$TITLE$2$$ ("HTML Content") for the second-level section, etc.

If the requested section does not exist nothing is displayed.

[PRINT]  [PRINT]