Source for file index.php
Documentation is available at index.php
* @package linea21.templates
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
$Dbg->add('... loading Header file');
include_once("header.php");
$Dbg->add('... loading Menu file');
include_once("common_menu.php");
$Dbg->add('... loading Modules file');
include_once($dir. "/index.php");
$Dbg->add('... loading QuickBox file');
include_once($dir. "/quickbox.php");
$Dbg->add('... loading Footer file');
include_once("footer.php");
|