<?php
require_once __DIR__.DIRECTORY_SEPARATOR.'header.php';
Plugin::callHook('page');
require_once __DIR__.DIRECTORY_SEPARATOR.'footer.php'; 
?>