6 lines
No EOL
129 B
PHP
6 lines
No EOL
129 B
PHP
<?php
|
|
$pageContent = ob_get_clean();
|
|
$pageTitle = "Accueil";
|
|
$relativePath = "";
|
|
include($relativePath . "public/index.html");
|
|
?>
|