예제 #1
0
파일: Edit.php 프로젝트: bevello/bevello
 public function __construct()
 {
     if (!Mage::helper('bronto_email')->isEnabledForAny()) {
         return parent::__construct();
     }
     Mage_Adminhtml_Block_Widget::__construct();
     $this->setTemplate('bronto/email/template/edit.phtml');
     return $this;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('fontis/wysiwyg/system/email/template/edit.phtml');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('connector/system/email/template/edit.phtml');
 }