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]), +*/ + ); +?>