コード例 #1
0
 /**
  * Home
  * @param $params
  * @return mixed
  */
 public function hookHome($params)
 {
     if (Configuration::get('NOW_CATEG_SLIDE_ENABLE')) {
         $aSlides = NowCategorySlide::getCategorySlides();
         $this->context->smarty->assign(array('aSlides' => $aSlides));
         return $this->context->smarty->fetch($this->module_dir . 'views/templates/hook/home.tpl');
     }
 }