$lang['module_name'] = '{moduleName}'; $lang['module_actions'] = array( // 'acl_action' => 'description' 'view_{moduleName}' => 'Перегляд', 'edit_{moduleName}' => 'Редагування' ); $lang['module_menu_items'] = array( // array('method in admin controller', 'title in menu', 'path to the image. empty - default image', 'acl_action') array('index', $lang['module_actions']['view_{moduleName}'], '', 'view_{moduleName}') );