site-accueil-insa/map_com_ville.php

11 lines
311 B
PHP
Raw Normal View History

2022-04-14 19:38:36 +02:00
<?php
ob_start(); // Start reading html
2022-06-10 19:17:09 +02:00
header('Location: construction.php');
2022-04-14 19:38:36 +02:00
?>
<main>
</main>
<?php
$infopage = ["", "Com'ville", ob_get_clean(), "", "map_com_ville"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>