| Current Path : /home/annegardxb/www/so-assurances/administrator/components/com_sitemap/tables/ |
| Current File : /home/annegardxb/www/so-assurances/administrator/components/com_sitemap/tables/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');
class SitemapTableSitemap extends JTable {
public function __construct(&$db) {
parent::__construct('#__sitemap_sitemaps', 'id', $db);
}
}
?>