17 lines
255 B
PHP
17 lines
255 B
PHP
|
<?php
|
||
|
/*
|
||
|
* Controller page accueil
|
||
|
*
|
||
|
* Copyright 2017, Eric Dufour
|
||
|
* http://techfacile.fr
|
||
|
*
|
||
|
* Licensed under the MIT license:
|
||
|
* http://www.opensource.org/licenses/MIT
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
//appel de la vue
|
||
|
require_once(PATH_VIEWS.$page.'.php');
|
||
|
|