Source for file view.php
Documentation is available at view.php
* @author Robert Deutz (email contact@rdbs.net / site www.rdbs.de)
* @copyright Copyright (C) 2005-2007 run-digital
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
defined( '_JEXEC' ) or die( 'Restricted access' );
parent::__construct( '#__rd_sitemap_view', 'id', $_db );
$this->_error = RdText::_( 'ERR_VS_NAME' );
|