Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/fermaofd.ferma/admin/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/fermaofd.ferma/admin/menu.php

<?php

IncludeModuleLangFile(__FILE__);

// if($APPLICATION->GetGroupRight(CMainOfdFerma::MODULE_ID) >= 'R')
// {
    $aMenu = array(
        'parent_menu' => 'global_menu_store',
        'section' => 'ofdferma',
        'sort' => 300,
        'text' => GetMessage('FERMAOFD_MENU_TITLE'),
        'title' => GetMessage('FERMAOFD_MENU_TITLE'),
        'icon' => 'crm-cashbox-icon',
        'page_icon' => 'crm-cashbox-icon',
        'items_id' => 'menu_sale_ofdferma',
        'items' => array(
            array(
                'text' => GetMessage('FERMAOFD_MENU_RECEIPTS_TITLE'),
                'title' => GetMessage('FERMAOFD_MENU_RECEIPTS_TITLE'),
                'url' => 'ofdferma_receipts.php?lang=' . LANGUAGE_ID,
            )
        )
    );

    return $aMenu;
// }

return false;