Macro | <$pagetitle> |
Purpose |
Brings the title of a page into the template
|
Special Notes | Each page in the site may have 3 title. The main title, the browser title, and an alternate title. These title can be brought into a template at any location you want using this macro. |
Attributes | - type - Allows you to sepecify which title you want to use.
main - Uses the page's main title browser - Uses the page's browser title alternate - Uses the page's alternate title
|
Example Usage | <H1><$pagetitle type="main"></H1> |