Files - Classes
|
 index.php
includes
|  index.php
The startfile which calls a module or a file of a module to let that generate a full page.
This file can be called like index.php?name=modulename&file=filename.
The file can be renamed and is specified in $mainindex (config.php)
<strong>Arguments</strong>
<ul>
<li><span class="li"><strong>name</strong> [optional, default value = $main_module]
<p>name of the module</p></span></li>
<li><span class="li"><strong>file</strong> [optional, default value = index]
<p>name of a file in the module</p></span></li>
</ul> |
|