X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fhelpviewer.php;h=d1828ac92086ba6f49b13232096f3f85baaa4ac6;hb=1970a9bf457e6088de84e2768c5e94d3e553038c;hp=c463c63ed84a6b65a6e55f22c8a4363a9a90a607;hpb=8ed10a962338dacc357d1aee6eb1d70729b9f4b6;p=gosa.git diff --git a/html/helpviewer.php b/html/helpviewer.php index c463c63ed..d1828ac92 100644 --- a/html/helpviewer.php +++ b/html/helpviewer.php @@ -64,6 +64,7 @@ if (isset ($config->data['MAIN']['COMPILE'])){ } else { $smarty->compile_dir= '/var/spool/gosa/'; } +$smarty->assign("title", "GOsa - "._("Help browser")); /* HELP management starts here ... */ @@ -188,11 +189,11 @@ while($file = readdir($f)){ /* Some replacements */ $backwardlink = " - \""._("previous")."\" + \""._("previous")."\" "; $forwardlink = " - \""._("next")."\" + \""._("next")."\" ";