<?php /** * **************************************************************************** * oledrion - MODULE FOR XOOPS * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * * You may not change or alter any portion of this comment or credits * of supporting developers from this source code or any supporting source code * which is considered copyrighted (c) material of the original comment or credit authors. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * @license http://www.fsf.org/copyleft/gpl.html GNU public license * @package oledrion * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * * Version : $Id: * **************************************************************************** */ $adminmenu[0]['title'] = _MI_OLEDRION_ADMENU10; $adminmenu[0]['link'] = "admin/index.php?op=dashboard"; $adminmenu[1]['title'] = _MI_OLEDRION_ADMENU0; $adminmenu[1]['link'] = "admin/index.php?op=vendors"; $adminmenu[2]['title'] = _MI_OLEDRION_ADMENU1; $adminmenu[2]['link'] = "admin/index.php?op=vat"; $adminmenu[3]['title'] = _MI_OLEDRION_ADMENU2; $adminmenu[3]['link'] = "admin/index.php?op=categories"; $adminmenu[4]['title'] = _MI_OLEDRION_ADMENU3; $adminmenu[4]['link'] = "admin/index.php?op=manufacturers"; $adminmenu[5]['title'] = _MI_OLEDRION_ADMENU4; $adminmenu[5]['link'] = "admin/index.php?op=products"; $adminmenu[6]['title'] = _MI_OLEDRION_ADMENU5; $adminmenu[6]['link'] = "admin/index.php?op=orders"; $adminmenu[7]['title'] = _MI_OLEDRION_ADMENU6; $adminmenu[7]['link'] = "admin/index.php?op=discounts"; $adminmenu[8]['title'] = _MI_OLEDRION_ADMENU7; $adminmenu[8]['link'] = "admin/index.php?op=newsletter"; $adminmenu[9]['title'] = _MI_OLEDRION_ADMENU8; $adminmenu[9]['link'] = "admin/index.php?op=texts"; $adminmenu[10]['title'] = _MI_OLEDRION_ADMENU9; $adminmenu[10]['link'] = "admin/index.php?op=lowstock"; $adminmenu[11]['title'] = _MI_OLEDRION_ADMENU11; $adminmenu[11]['link'] = "admin/index.php?op=files"; $adminmenu[12]['title'] = _MI_OLEDRION_ADMENU12; $adminmenu[12]['link'] = "admin/index.php?op=gateways"; $adminmenu[13]['title'] = _MI_OLEDRION_ADMENU13; $adminmenu[13]['link'] = "admin/index.php?op=attributes"; $adminmenu[14]['title'] = _MI_OLEDRION_ADMENU14; $adminmenu[14]['link'] = "admin/index.php?op=blocks"; $adminmenu[15]['title'] = _MI_OLEDRION_ADMENU15; $adminmenu[15]['link'] = "admin/index.php?op=lists"; $adminmenu[16]['title'] = "Instant Zero"; $adminmenu[16]['link'] = "admin/index.php?op=instant-zero"; ?>