report->list;?>
reportList->$submenu->lists); foreach($lang->reportList->$submenu->lists as $list) { $list .= '|'; list($label, $module, $method, $params) = explode('|', $list); $class = $label == $title ? 'selected' : ''; if(common::hasPriv($module, $method)) echo html::a($this->createLink($module, $method, $params), ' ' . $label, '', "class='$class'"); } ?>