9 lines
120 B
PHP
9 lines
120 B
PHP
|
<?php
|
||
|
|
||
|
unset($error);
|
||
|
include 'templates/header.php';
|
||
|
include 'templates/body.php';
|
||
|
include 'templates.footer.php';
|
||
|
|
||
|
?>
|