$page
Returns the object of the current page file.
Table of Contents
Description
This variable is an instance of the Page class.
Example
if (!isset($page) || !isset($page->title)) {
return $_;
}
$_['title'] = $page->title;$pageReturns the object of the current page file.
This variable is an instance of the Page class.
if (!isset($page) || !isset($page->title)) {
return $_;
}
$_['title'] = $page->title;