* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ include_once("../../config/define.php"); $url = SITE_ROOT_URL.'public/'; $working_path = SITE_PATH.'tmp/'; $sitemap_path = SITE_PATH. 'public/'; include_once('class.sitemap.php'); $sitemap = new sitemap($url, $sitemap_path, $working_path); $sitemap->generate(); ?>