<?php
include('settings.php');
include('header.php');
include('body.php');

include('footer.php');
?>