20 lines
327 B
PHP
20 lines
327 B
PHP
|
<?php
|
||
|
/*
|
||
|
* TP PHP
|
||
|
* Vue page 404
|
||
|
*
|
||
|
* Copyright 2016, Eric Dufour
|
||
|
* http://techfacile.fr
|
||
|
*
|
||
|
* Licensed under the MIT license:
|
||
|
* http://www.opensource.org/licenses/MIT
|
||
|
*
|
||
|
*/
|
||
|
?>
|
||
|
<?php require_once(PATH_VIEWS.'header.php');?>
|
||
|
<?php
|
||
|
require_once(PATH_VIEWS.'alert.php');
|
||
|
?>
|
||
|
<?php require_once(PATH_VIEWS.'footer.php');
|
||
|
|