Просмотр поста #64467: >>>ВОПРОСЫ НОВИЧКОВ<<<

.
Screamer
localhost (04.12.2011/11:43)
<?php 
define('_IN_JOHNCMS', 1);
$textl = 'Тут заголовок';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');



require_once ('../incfiles/end.php');
?>
<?php 
define('_IN_JOHNCMS', 1);
$textl = 'Тут заголовок';
$rootpath = ''; // Если в корне сайта
//$rootpath = '../'; Если не в корне
require_once ($rootpath . 'incfiles/core.php');
require_once ($rootpath . 'incfiles/head.php');



require_once ($rootpath . 'incfiles/end.php');
?>