示例#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');
 }