From 25fb2f0253ff971e16b813659e591554e2931918 Mon Sep 17 00:00:00 2001 From: duergner Date: Wed, 14 Apr 2004 20:13:12 +0000 Subject: [PATCH] *** empty log message *** --- lam/templates/help.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lam/templates/help.php b/lam/templates/help.php index fe3eac47..13fa4a18 100644 --- a/lam/templates/help.php +++ b/lam/templates/help.php @@ -1,3 +1,4 @@ +#!/usr/bin/php " . ((isset($current['link']) ? "" : "") . _("See also") . ": " . $current['text'] . ((isset($current['link'])) ? "" : "") . "

\n"; + echo '

' . (( isset($current['link'])) ? '' : '') . _('See also') . ': ' . $current['text'] . (( isset($current['link'])) ? '' : '') . '

\n'; next($helpEntry["SeeAlso"]); } echoHTMLFoot(); @@ -93,7 +94,7 @@ if(!isset($_GET['HelpNumber'])) $helpEntry = array(); -if(isset[$_GET['Module']) { +if(isset($_GET['Module'])) { include_once("../lib/modules.inc"); $helpEntry = getHelp($_GET['Module'],$_GET['HelpNumber']); }