예제 #1
0
파일: Form.php 프로젝트: ravitechrlabs/em
 public function __construct()
 {
     parent::__construct();
     if (Mage::helper('ActiveReviewStars')->isEnabled()) {
         $this->setTemplate('es_active_review_stars/review/form.phtml');
     }
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('fontis/recaptcha/form.phtml');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('outsourceOnline/captcha/form.phtml');
 }