Last change
on this file since 11132 was
10591,
checked in by ddtddt, 14 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 |
---|
4 | add_event_handler('get_admin_plugin_menu_links', 'ids_admin_menu'); |
---|
5 | |
---|
6 | function 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.