Esempio n. 1
0
 function init()
 {
     parent::init();
     $this->js(true)->tabs(array('cache' => false));
     $this->tab_template = $this->template->cloneRegion('tabs');
     $this->template->del('tabs');
 }
Esempio n. 2
0
 function init()
 {
     parent::init();
     $this->tab_template = $this->template->cloneRegion('tabs');
     $this->template->del('tabs');
 }