Example #1
0
 public function Fetch($sTemplate)
 {
     if (Config::Get($this->sPlugin . '.saved.view.skin')) {
         $sTemplate = $this->_getRealTeplate($sTemplate);
     }
     $this->_initTplHooks();
     return parent::Fetch($sTemplate);
 }