<?php

/////шапка///////
define('_IN_JOHNCMS', 1);
$textl = 'заголовок страниц';
$rootpath = '../';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header ("Content-type: text/html; charset=utf-8");

тут сгенирированный код :)

///////ноги///////
require_once ("../incfiles/end.php");

?>
Назад