source: extensions/ID_switch/initadmin.php @ 20461

Last change on this file since 20461 was 10591, checked in by ddtddt, 13 years ago

[extensions] - ID_swicht - First release

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 274 bytes
Line 
1<?php
2
3//Aaded admin menu
4add_event_handler('get_admin_plugin_menu_links', 'ids_admin_menu');
5
6function ids_admin_menu($menu)
7        {
8  array_push($menu, array(
9        'NAME' => 'ID Swicht',
10    'URL' => get_admin_plugin_menu_link(IDS_PATH . 'admin/admin.php')));
11  return $menu;
12        }
13?>
Note: See TracBrowser for help on using the repository browser.