site-accueil-insa/vacances.php
2022-01-19 22:26:58 +01:00

8 lines
No EOL
258 B
PHP

<?php
ob_start(); // Start reading html
?>
<?php
$infopage = ["", "Cahier de vacances", ob_get_clean(), "", "vacances"]; //relativepath, pagetitle, pagecontent, pagescript | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>