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