).Quote
<?php include 'D:Webcommondocument1.php';?>
<?php
require_once "maincore.php";
require_once THEMES.'templates/header.php';
// Your content.
require_once THEMES.'templates/footer.php';
Parse error: syntax error, unexpected '<', expecting end of file....
, but as I do every couple of years, thought I would try to bring better security to my sites with PHP-Fusion 9, as long as I can get it to work & look (almost) identical to PHP-Fusion 7, but it appears it can't. And without a similar theme as Gillette's default theme for v7, it doesn't even come close.
, it just doesn't suit my needs.
<?php
require_once "maincore.php";
require_once THEMES.'templates/header.php';
?>
// Your content.
<?php
require_once THEMES.'templates/footer.php';