DIR:/home/htlwork.com/www/dev/magento/app/code/Infortis/Base/Controller/Adminhtml/Cmsimport/ |
Current File : /home/htlwork.com/www/dev/magento/app/code/Infortis/Base/Controller/Adminhtml/Cmsimport/Index.php |
<?php namespace Infortis\Base\Controller\Adminhtml\Cmsimport; class Index extends AbstractCmsimport { public function execute() { $this->getResponse()->setRedirect($this->getUrl("adminhtml/system_config/edit/section/theme_settings/")); } } |