htmlElement('body')->appendAttribute('class', 'page ' . $page->slug());
$this->pageTitle($page->title(), 2);
$showPagePagination = $this->siteSetting('show_page_pagination', true);
?>
getHelperPluginManager()->get('archiveSiteMeta')->getPageImage($page);
if ($img_src) {
?>
id(); */ ?>
publicNav();
$container = $nav->getContainer();
$activePage = $nav->findActive($container);
if ($activePage):
?>
getHelperPluginManager()->get('archiveSiteMeta')->getPages('exhibit');
foreach ($pages as $key => $value) {
print($key);
print('
');
print("--".$value."--");
print('
');
}
?>
partial('common/search-form');
echo $nav->menu()->renderSubMenu();
*/
?>
displayNavigation && $activePage['page']->hasPages()): ?>
trigger('view.show.before'); ?>