Просмотр файла index.php

Размер файла: 661B
<?
/*
=============================================
Движок: 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 ( 'ROOT_DIR', dirname ( __FILE__ ) );
define ( 'ENGINE_DIR', ROOT_DIR . '/shcms' );
include_once ROOT_DIR . '/shcms/index.php';

include_once 'template/foot.php';

?>