コード例 #1
0
ファイル: menu.class.php プロジェクト: Simarpreet05/joomla
 function renderSubmenu($type)
 {
     $links = AdminPraise3MenuHelper::getSubMenuLinks($type);
     return $this->renderChildren($links);
 }