Просмотр поста

.
Максим
В стельку трезвый

Блин до чего люди ленивые...
<?php
define('_IN_JOHNCMS', 1);
$textl = 'Страница';
$rootpath = '';// если в корне
require_once ("incfiles/core.php");// если в корне
require_once ("incfiles/head.php");// если в корне
echo 'Why are people such lazy?';
require_once ("incfiles/end.php");// если в корне
?>