Exemplo n.º 1
0
 private function templateAdmin()
 {
     $tVars = array('navigations' => GWF_Navigations::getNavigations());
     return $this->module->template($this->_tpl, $tVars);
 }