get_help() and help entry syntax added
This commit is contained in:
parent
c33dfb2ef2
commit
688238ed91
|
@ -440,9 +440,11 @@ as they follow the XHTML1.0 Strict specification.<br><br>
|
||||||
When placeholders are included you can submit the values that should be displayed there as arguments
|
When placeholders are included you can submit the values that should be displayed there as arguments
|
||||||
when calling the <b>templates/help.php</b> file. There they are attached as <b>var1</b>, <b>var2</b>
|
when calling the <b>templates/help.php</b> file. There they are attached as <b>var1</b>, <b>var2</b>
|
||||||
and so on. The names must follow the following rules:<br>
|
and so on. The names must follow the following rules:<br>
|
||||||
1. They must be named <b>var$i</b> where $i is any positive number except the '0'.<br>
|
<ul>
|
||||||
2. This number ($i) must either be '1' or $i -1 must be present.
|
<li>1. They must be named <b>var$i</b> where $i is any positive number except the '0'.</li>
|
||||||
<br><br>
|
<li>2. This number ($i) must either be '1' or $i -1 must be present.</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
<span style="font-weight: bold;">SeeAlso</span> <span style="font-style: italic;">(OPTIONAL)</span>
|
<span style="font-weight: bold;">SeeAlso</span> <span style="font-style: italic;">(OPTIONAL)</span>
|
||||||
<br>An array of references to anonther related subjects. Each row of the array must contain a field
|
<br>An array of references to anonther related subjects. Each row of the array must contain a field
|
||||||
called "text" with the text that should be displayed and may contain a field called "link" which is used
|
called "text" with the text that should be displayed and may contain a field called "link" which is used
|
||||||
|
|
Loading…
Reference in New Issue