diff --git a/preferences/help/index.php b/preferences/help/index.php
index 849d9a4c3b..531639de80 100755
--- a/preferences/help/index.php
+++ b/preferences/help/index.php
@@ -16,10 +16,11 @@
);
$phpgw_info['flags'] = $phpgw_flags;
include('../../header.inc.php');
+ $appname = 'preferences';
+ include(PHPGW_SERVER_ROOT.'/'.$appname.'/version.inc.php');
?>
-
-
-
-Version:
+
+
+Version:
common->phpgw_footer(); ?>
diff --git a/preferences/inc/hook_manual.inc.php b/preferences/inc/hook_manual.inc.php
index 75a18a3df6..ae1c2b768a 100755
--- a/preferences/inc/hook_manual.inc.php
+++ b/preferences/inc/hook_manual.inc.php
@@ -22,6 +22,6 @@
$treemenu[] = '..'.($navbar != 'text'?'':'').($navbar != 'icons'?''.ucwords($appname).'':'').'|'.$phpgw->link('/'.$appname.'/help/index.php');
$treemenu[] = '...Overview|'.$phpgw->link('/'.$appname.'/help/'.$appname.'.php');
// Modify the $treemenu variables from here down.....
- $treemenu[] = '...Settings|/'.$appname.'/help/settings.php'."\n";
- $treemenu[] = '...Other|/'.$appname.'/help/other.php'."\n";
+ $treemenu[] = '...Settings|'.$phpgw->link('/'.$appname.'/help/settings.php');
+ $treemenu[] = '...Other|'.$phpgw->link('/'.$appname.'/help/other.php');
?>