/
home
/
apeolorg
/
public_html
/
old
/
pages
/
sitemap
/
Upload File
HOME
<?php /** * @defgroup pages_sitemap */ /** * @file pages/sitemap/index.php * * Copyright (c) 2013-2016 Simon Fraser University Library * Copyright (c) 2003-2016 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @ingroup pages_sitemap * @brief Produce a sitemap in XML format for submitting to search engines. * */ switch ($op) { case 'index': define('HANDLER_CLASS', 'SitemapHandler'); import('pages.sitemap.SitemapHandler'); break; } ?>