Вот шапка
define('_IN_JOHNCMS', 1);
$headmod = 'template';
$textl = 'Шаблон';
$rootpath = file_exists('login.php') ? '' : (file_exists('../login.php') ? '../' : (file_exists('../../login.php') ? '../../' : print('Ошибка!')));
require_once $rootpath.'incfiles/core.php';
require_once $rootpath.'incfiles/head.php';
header('Content-type: text/html; charset=utf-8');
///////////////////////
Вот ноги
require_once $rootpath.'incfiles/end.php';