コード例 #1
0
ファイル: View.php プロジェクト: hashir-dhattiwala/vfmagento
 function getTemplate()
 {
     if ($this->shouldShowSplash()) {
         $this->disableLayeredNavigation();
         return 'vf/vaf/splash.phtml';
     }
     //        if($this->getConfig()->category->mode == 'group')
     //        {
     //            return 'vaf/group/result.phtml';
     //        }
     return parent::getTemplate();
 }