PROGRAMMING:help
From TUTOS
Helpfiles are loaded using help.php
TUTOS tries some different places and names to find a helpfiles
- same location as calling script SCRIPNAME_LANGUAGE_DIALECT.HTML (example timetrack_overview_de-de.html when called from timetrack_overview.php)
- same location as calling script SCRIPNAME_LANGUAGE.HTML (example timetrack_overview_de.html when called from timetrack_overview.php)
- same as above steps but with next possible languages
- same as steps (1-3) in a help subdirectory (example help/timetrack_overview_de-de.html when called from timetrack_overview.php)
- same as steps (1-3) in [INSTALLATIONDIR]/html/help subdirectory (example /var/WWW/tutos/html/help/timetrack_overview_de-de.html when called from timetrack_overview.php)
- same as steps (1-3) in module subdirectories (example tutos/note/timetrack_overview_de-de.html when called from timetrack_overview.php)
- same as last step in module/help subdirectories (example tutos/note/timetrack_overview_de-de.html when called from timetrack_overview.php)