/** * Filename: [oCMS_inc]/objects/sitemap.inc.php * * Project: orangeCMS * Date: 02.12.2011 - v0.1 * Author: Nico Holzberger (nico.holzberger@gmail.com) * * Purpose: Prepare data to show an oCMS sitemap as an object * * Vars: provided by $oCMS_scriptData["sitemap"] - nothing? * * Returned array (assigned to smarty): * $sitemapData * */ require_once($oCMS_cfgInt["cfg_root"] . "sitemap_config.inc"); require_once($oCMS_cfgInt["common_script_root"] . "libs/wnCMS/wnCMS_sitemap_0.1.class.php"); $sitemap = new wnCMS_sitemap(); $sitemap->set_exclude_chartype($sitemap_excludeCharType); //$sitemap->set_exclude_page(); //$sitemap->add_main_page(); $sitemap->set_columns($sitemap_colPages); $smarty->assign("sitemapData", $sitemap->get_sitemap()); $myscript_log .= $sitemap->get_log(); ?>
The page you requested could not be found (any longer) on this server. Maybe you followed an outdated link or bookmark, you mistyped the direction (URL) or the page has been deleted or moved.
We recommend to start again on our homepage or to have a look at our sitemap below. We are sorry for the inconvenience.