View file index.php

File size: 671B
<?
/*
=============================================
Движок: SHCMS Engine
=============================================
Название файла: Главная страница
=============================================
Official website: http://shcms.ru
=============================================
*/
define('SHCMS', true);
include_once'system/inc/basic_settings.php';
$shcmsengine['title'] = $resting['title'];

include_once'template/head.php';

define ( 'SHCMS_INDEX', dirname ( __FILE__ ) );
define ( 'ENGINE_DIR', SHCMS_INDEX . '/shcms' );
include_once SHCMS_INDEX . '/shcms/index.php';



include_once 'template/foot.php';

?>