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