summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be982ce)
raw | patch | inline | side by side (parent: be982ce)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Jun 2005 05:40:34 +0000 (05:40 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Jun 2005 05:40:34 +0000 (05:40 +0000) |
html/helpviewer.php | patch | blob | history |
diff --git a/html/helpviewer.php b/html/helpviewer.php
index 14fa4c661a9df72fd24bf5802046583824c784df..ceaa5161ead20f62c4345907b85909f8f55ffa6a 100644 (file)
--- a/html/helpviewer.php
+++ b/html/helpviewer.php
"/<HR>/",
"@<ADDRESS[^>]*?>.*?ADDRESS>@si",
"@<\/BODY[^>]*?>.*?HTML>@si",
- "'<TABLE.*>'");
+ "'<TABLE.*>'",
+ "/<H1 ALIGN=\"CENTER\">/");
$replacements['to']=array("",
"",
"",
"",
"",
"",
- "<table border=1 cellspacing=0 bgcolor=\"#E0E0E0\" width=\"95%\" align=\"center\" cellpadding=\"3\">");
+ "<table border=1 cellspacing=0 bgcolor=\"#E0E0E0\" width=\"95%\" align=\"center\" cellpadding=\"3\">",
+ "<H1>");
/* Default pages */
$smarty->assign("search_string",$_SESSION['search_string']);
/* Read all files, prepare to serach */
- $helppages = readfiles("../doc/guide/admin/en/manual_gosa_en/",$prefix,$suffix,true);
+ $helppages = readfiles($helpdir,$prefix,$suffix,true);
/* Get transmitted page */
if(isset($_GET['pg'])){