* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 7665 $ * @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; $languages = Language::getLanguages(false); // Htaccess echo '
'; // Robots echo '