diff options
Diffstat (limited to 'admin/help.php')
-rw-r--r-- | admin/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/help.php b/admin/help.php index 2b5edbe1d..f59b23897 100644 --- a/admin/help.php +++ b/admin/help.php @@ -18,7 +18,7 @@ ***************************************************************************/ include_once( './include/isadmin.inc.php' ); //----------------------------------------------------- template initialization -$sub = $vtp->Open( '../template/'.$user['template'].'/admin/help.vtp' ); +$sub = $vtp->Open( './template/'.$user['template'].'/admin/help.vtp' ); $tpl = array( ); templatize_array( $tpl, 'lang', $sub ); //----------------------------------------------------- help categories display |