示例#1
0
 function renderSubmenu($type)
 {
     $links = AdminPraise3MenuHelper::getSubMenuLinks($type);
     return $this->renderChildren($links);
 }