site-accueil-insa/photos.php

9 lines
No EOL
293 B
PHP

<?php
ob_start(); // Start reading html
header('Location: construction.php');
?>
<?php
$infopage = ["", "Photos", ob_get_clean(), "", "photos"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>