common->image($appname,'navbar.gif'); section_start(ucfirst($appname),$imgpath); section_item($phpgw->link('/admin/accounts.php'),lang('User accounts')); section_item($phpgw->link('/admin/groups.php'),lang('User groups')); section_item($phpgw->link('/admin/applications.php'),lang('Applications')); section_item($phpgw->link('/admin/categories.php'),lang('Global Categories')); section_item($phpgw->link('/admin/mainscreen_message.php'),lang('Change main screen message')); section_item($phpgw->link('/admin/currentusers.php'),lang('View sessions')); section_item($phpgw->link('/admin/accesslog.php'),lang('View Access Log')); section_end(); } ?>