From a7779f4c5a337893aca542208a2faa8854f68e1c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 23 Feb 2004 00:47:39 +0000 Subject: [PATCH] added link to the api-docs --- etemplate/inc/hook_sidebox_menu.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etemplate/inc/hook_sidebox_menu.inc.php b/etemplate/inc/hook_sidebox_menu.inc.php index 50b997eee0..eb1ada15d0 100644 --- a/etemplate/inc/hook_sidebox_menu.inc.php +++ b/etemplate/inc/hook_sidebox_menu.inc.php @@ -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);