hasStarted() === FALSE ) $session->start(); // if the customer is not logged on, redirect them to the home page if (!isset($_SESSION['customer_id'])) { oos_redirect(oos_href_link($aContents['home'])); } require_once MYOOS_INCLUDE_PATH . '/includes/languages/' . $sLanguage . '/info_max_order.php'; // links breadcrumb $oBreadcrumb->add($aLang['navbar_title']); $sCanonical = oos_href_link($aContents['info_max_order'], '', 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'], 'robots' => 'noindex,nofollow,noodp,noydir', 'canonical' => $sCanonical ) ); // display the template $smarty->display($aTemplate['page']);