public function fetchView($fileName)
 {
     //ignores file name, just uses a simple include with template name
     $path = Mage::getModuleDir('', 'Richardma_Exportorder');
     $this->setScriptPath($path . '/templates');
     return parent::fetchView($this->getTemplate());
 }
 public function fetchView($fileName)
 {
     //ignores file name, just uses a simple include with template name
     $path = Mage::getModuleDir('', 'Alanstormdotcom_Developermanual');
     $this->setScriptPath($path . '/templates');
     return parent::fetchView($this->getTemplate());
 }
示例#3
0
 public function fetchView($fileName)
 {
     $path = Mage::getModuleDir('', 'Octahedron_Pos');
     $this->setScriptPath($path . '/templates');
     return parent::fetchView($this->getTemplate());
 }
示例#4
0
 public function fetchView($fileName)
 {
     $this->setScriptPath(Mage::getModuleDir('', 'Webgriffe_Tntpro') . DS . 'templates');
     return parent::fetchView($this->getTemplate());
 }