* @copyright PrestaShop * @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0 * @version 1.3 * */ include_once(PS_ADMIN_DIR.'/../classes/AdminTab.php'); class AdminGenerator extends AdminTab { public function __construct() { $this->_path = dirname(__FILE__).'/../../'; $this->_htFile = $this->_path.'.htaccess'; $this->_rbFile = $this->_path.'robots.txt'; $this->_htData = $this->_getHtaccessContent(); $this->_rbData = $this->_getRobotsContent(); return parent::__construct(); } public function display() { global $currentIndex; $languages = Language::getLanguages(); // Htaccess echo '
'; // Robots echo '