From 2551c825b6f3ef59fb81400472ca4fb810fc78e3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 23 Apr 2005 16:54:34 +0000 Subject: [PATCH] changed help links to icons --- lam/lib/modules.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index c1f400a7..9872f98d 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -647,8 +647,10 @@ function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindex // help link case 'help': $helpPath = "../"; - if (is_file("./help.php")) $helpPath = "./"; - echo "" . _('Help') . "\n"; + if (is_file("./help.php")) $helpPath = ""; + echo ""; + echo "\"""; + echo "\n"; $tabindexLink++; break; // status message