sound,
define ('IN_JOHNCMS', TRUE);
$rootpath = '../'; //это если файл в папке, если в корне то будет '' если в подпапке, то '../../'
require $rootpath . 'incfiles/core.php';
$headmod = 'mypage'; //имя страницы, только инглиш
$textl = 'моя страница'; //заголовок страницы
require $rootpath . 'incfiles/head.php';
//тут твой код
require $rootpath . 'incfiles/end.php';