Borisov_, <?php define('_IN_JOHNCMS', 1);
$rootpath = '../'; // Если файл в корне указать пустым
require ($rootpath . 'incfiles/core.php');
require ($rootpath . 'incfiles/head.php');
echo '<div class="phdr">Title</div><div class="menu">Text</div>';
require ($rootpath . 'incfiles/end.php');