Changeset 1342
- Timestamp:
- 12/04/07 07:05:43 (1 year ago)
- Files:
-
- devel/lib/templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/lib/templates.php
r1307 r1342 1596 1596 * @param string $sidebar Optional sidebar content 1597 1597 */ 1598 function templates_page_output($title, $body, $context= 'contentholder', $sidebar=null) {1598 function templates_page_output($title, $body, $context=null, $sidebar=null) { 1599 1599 // hook pre-output page 1600 1600 // @rho i think no needed because there is already 1601 1601 // _init and _pagesetup 1602 1603 if (!isset($context)) $context = 'contentholder'; 1602 1604 1603 1605 // allow title with html tags or specialchars
