コード例 #1
0
ファイル: Form.php プロジェクト: billadams/forever-frame
 public function _prepareLayout()
 {
     parent::_prepareLayout();
     $this->setTemplate('affiliatepluspayment/bank/form.phtml');
     return $this;
 }
コード例 #2
0
 public function _prepareLayout()
 {
     parent::_prepareLayout();
     $this->setTemplate('affiliatepluspayment/moneybooker.phtml');
     return $this;
 }