notify('NOTIFY_HEADER_START_SITE_MAP'); /** * load language files */ require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php')); $breadcrumb->add(NAVBAR_TITLE); // include template specific file name defines $define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_SITE_MAP, 'false'); /** * load the site map class */ require DIR_WS_CLASSES . 'site_mapp.php'; $zen_SiteMapTree = new ezen_SiteMapTree; // This should be last line of the script: $zco_notifier->notify('NOTIFY_HEADER_END_SITE_MAP'); ?>