Exemplo n.º 1
0
 public function initContent()
 {
     parent::initContent();
     if (Module::isInstalled('agilemultipleshop') && Shop::$id_shop_owner > 0) {
         $this->processData();
         $this->setTemplate(_PS_ROOT_DIR_ . '/modules/agilemultipleshop/views/templates/front/agileseller.tpl');
     }
 }
Exemplo n.º 2
0
 public function initContent()
 {
     global $id_lang;
     $cats = Category::getHomeCategories($id_lang);
     parent::initContent();
 }
Exemplo n.º 3
0
 public function initContent()
 {
     $cats = Category::getHomeCategories($id_lang);
     var_dump($cats);
     parent::initContent();
 }