<?php
define('_IN_JOHNCMS', 1);
$textl = 'Название страницы';
$rootpath = '../../../';
require_once $rootpath.'incfiles/core.php';
require_once $rootpath.'incfiles/head.php';
echo 'Тут содержание страницы';
require_once $rootpath.'incfiles/end.php';
?>