?
Path : /home/admin/public_html/old/components/com_sitemap/ |
Current File : /home/admin/public_html/old/components/com_sitemap/sitemap.php |
<?php /** * Qlue Sitemap * * @author Jon Boutell * @package QMap * @license GNU/GPL * @version 1.0 * * This component gathers information from various Joomla Components and * compiles them into a sitemap, supporting both an HTML view and an XML * format for search engines. * */ defined('_JEXEC') or die('Restricted Access'); $controller = JControllerLegacy::getInstance('Sitemap'); $task = JRequest::getCmd('task'); $controller->execute($task); $controller->redirect(); ?>