View file index.php

File size: 182B
<?
define('SHCMS_ENGINE',true);
include_once('engine/system/core.php');
$templates->template($glob_core['name_site']);

    echo menu::statics();
    menu::listing();	

	
?>