Macro | <$body> |
Purpose |
This is the main macro that brings content from a page into the template
|
Special Notes | By default this macro will include the page title and the breadcrumb trail |
Attributes |
- usetitle - Set this parameter to "N" to supresses the page title so it can be included elsewhere in the template using the <$pagetitle> macro
- usebreadcrumbs - Set this option to "N" Supresses the breadcrumbtrail so it can be included elsewhere in the template using the <$breadcrumbs> macro
|
Example Usage | Header...
<H1><$pagetitle type="main"></H1> <$body usetitle="N">
Footer... |