summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 305a4be)
raw | patch | inline | side by side (parent: 305a4be)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 10:40:33 +0000 (10:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 10:40:33 +0000 (10:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9828 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/helpviewer.php | patch | blob | history |
index 28c5d64acb3d17862a51ca15844d58c29e10f45f..214507005bad8aeaa4286ebbfe3afe1bbcb3e79d 100644 (file)
$path = $tmp->get_path($_GET['plug']);
$helpobject['currentplug'] = $path;
$helpobject['file'] = "index.html";
- $helpdir = "../doc/guide/user/".$helpobject['lang']."/html/".preg_replace("/^.*\//i","",$helpobject['currentplug']);
+ $helpdir = "../doc/core/".$helpobject['lang']."/html/".preg_replace("/^.*\//i","",$helpobject['currentplug']);
if(empty($helpobject['currentplug'])){
$helpdir= "";
}