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']); }