added link to the api-docs

This commit is contained in:
Ralf Becker 2004-02-23 00:47:39 +00:00
parent 0199628a38
commit a7779f4c5a

View File

@ -39,5 +39,11 @@
'link' => $docs.'referenz.html',
'target' => 'docs'
),
array(
'text' => 'eGroupWare '.lang('Documentation'),
'no_lang' => True,
'link' => $GLOBALS['phpgw_info']['server']['webserver_url'].'/phpgwapi/doc/',
'target' => 'docs'
),
);
display_sidebox($appname,$menu_title,$file);