* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 9526 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ class AdminGenerator extends AdminTab { public function __construct() { $this->_htFile = dirname(__FILE__).'/../../.htaccess'; $this->_rbFile = dirname(__FILE__).'/../../robots.txt'; $this->_smFile = dirname(__FILE__).'/../../sitemap.xml'; $this->_rbData = $this->_getRobotsContent(); return parent::__construct(); } public function display() { global $currentIndex; /* PrestaShop demo mode */ if (_PS_MODE_DEMO_) $this->_errors[] = Tools::displayError('This functionnality has been disabled.'); /* PrestaShop demo mode*/ $languages = Language::getLanguages(false); // Htaccess echo '
'; // Robots echo '