Beispiel #1
0
 public function __init()
 {
     parent::__init();
     $this->headerMenu();
     $this->getCurrentCatid();
     $this->getCategoryList();
     $this->sidebarCategory();
 }
Beispiel #2
0
 public function __init()
 {
     parent::__init();
     if ($this->checkLogin() === true) {
         $this->login = true;
     }
     $this->tree();
 }