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

.
ДоХтор
* (+/-)
<?php

error_reporting(-1);

const _IN_JOHNCMS = 1;
$textl = 'Название страницы';
require '../incfiles/core.php';
require '../incfiles/head.php';

// А модуль подключать именно тут
include 'modul.php';

require '../incfiles/end.php';