add($aLang['navbar_title']); $oBreadcrumb->add($information['navbar_title'], oos_href_link($aContents['gv_faq'])); $sCanonical = oos_href_link($aContents['gv_faq'], '', FALSE, TRUE); $aTemplate['page'] = $sTheme . '/page/info.html'; $nPageType = OOS_PAGE_TYPE_MAINPAGE; $sPagetitle = $aLang['heading_title'] . ' ' . OOS_META_TITLE; require_once MYOOS_INCLUDE_PATH . '/includes/system.php'; if (!isset($option)) { require_once MYOOS_INCLUDE_PATH . '/includes/message.php'; require_once MYOOS_INCLUDE_PATH . '/includes/blocks.php'; } // assign Smarty variables; $smarty->assign( array( 'breadcrumb' => $oBreadcrumb->trail(), 'heading_title' => $aLang['heading_title'], 'canonical' => $sCanonical ) ); // display the template $smarty->display($aTemplate['page']);