- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
$this->_GetJumpSectionsList();
* Get the Jump Sections List
*/
function _GetJumpSectionsList()
{
global $PowerBB;
$PowerBB->functions->JumpForumsList();
//////////
$PowerBB->template->display('jump_forums_list');
}