<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Tigran Abrahamyan
* | License: GPL
* | Last updated: 30.01.07
* | For version: 1.4
* | Desc: Core call, Template system, Language system, index
* |
* +--------------------------------------------
*/
// -------------------
// Configuration load
// -------------------
require ("config.php");
// -------------------
// Filters include
// -------------------
// require ("./kernel/filters.inc.php");
// -------------------
// Template system
// -------------------
require ("./kernel/smarty/Smarty.class.php");
// -------------------
// mySQL connection
// -------------------
require ("./kernel/mysqlutils.inc.php");
// -------------------
// Load core
// -------------------
require ("./kernel/core.inc.php");
?>