<?php
unset($error);
include 'templates/header.php';
include 'templates/body.php';
include 'templates.footer.php';
?>