egroupware_official/admin/inc/hook_view_account.inc.php
Lars Kneschke 8d7ba95ea6 created a class to create the left menu for plugins
changed the code for editaccount and viewaccount
2001-08-28 21:50:10 +00:00

14 lines
286 B
PHP

<?php
// Only Modify the $file and $title variables.....
$data = Array
(
'description' => 'Login History',
'url' => '/index.php',
'extradata' => 'menuaction=admin.uiaccess_history.list_history'
);
//Do not modify below this line
global $menuData;
$menuData[] = $data;
?>