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

.
AlkatraZ
╭∩╮ (`-`) ╭∩╮

For example, create the test.php page in the root folder of the site.

<?php
// Connect the kernel
define('_IN_JOHNCMS', 1);
require('incfiles/core.php');

// Connecting the site cap
require('incfiles/head.php');
?>

Then place any HTML code

<?php
require('incfiles/end.php');
?>