%PDF- %PDF-
| Direktori : /proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/byteeightlab.posting/admin/ |
| Current File : //proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/byteeightlab.posting/admin/menu.php |
<?
IncludeModuleLangFile(__FILE__);
if(
CModule::IncludeModule('byteeightlab.posting')
&& $APPLICATION->GetGroupRight("byteeightlab.posting") != "D"
)
{
$aMenu = Array(
array(
"parent_menu" => "global_menu_content",
"sort" => 110,
"text" => GetMessage("BEL_POSTING_MENU_NAME"),
"title"=>GetMessage("BEL_POSTING_MENU_NAME"),
"url" => "byteeightlab_posting.php?lang=".LANGUAGE_ID,
"icon" => "byteeightlab_posting_menu_icon",
"page_icon" => "byteeightlab_posting_menu_icon",
"items_id" => "byteeightlab_posting",
),
);
return $aMenu;
}
return false;
?>