<?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');
?>
# AlkatraZ (07.10.2016 / 20:39)nice
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('