From 1ad121d36003df16a00285f0e1caa38d80bbb03e Mon Sep 17 00:00:00 2001 From: duergner Date: Mon, 12 May 2003 17:34:06 +0000 Subject: [PATCH] This file contains information about the help pages --- lam/help/help.inc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 lam/help/help.inc diff --git a/lam/help/help.inc b/lam/help/help.inc new file mode 100644 index 00000000..5724ef65 --- /dev/null +++ b/lam/help/help.inc @@ -0,0 +1,37 @@ + array ("ext" => "FALSE", "Headline" => _("Hilfetest 1"), "Text" => _("blablabla 1"), "SeeAlso" => "102"), + "102" => array ("ext" => "FALSE", "Headline" => _("Hilfetest 2"), "Text" => _("blablabla 2"), "SeeAlso" => ""), + "103" => array ("ext" => "TRUE", "Link" => "help/extFileExample.php") +/* This is a sample help entry. Just copy this line an modify the vakues between the [] brackets. + Help text is located in the array: + "[Helpnumber]" => array ("ext" => "FALSE", "Headline" => _("[Headline]"), "Text" => _("[Text]"), "SeeAlso" => "[SeeAlso link]"), + Help text is located in an extra file; path must be relative to lam_root; File should be stored in help directory + "[Helpnumber]" => array ("ext" => "TRUE", "Link" => "[help/pathToFile]), +*/ + ); +?>