forked from vergnet/site-accueil-insa
delete map_com_ville
This commit is contained in:
parent
27eae9445b
commit
3670989329
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
header('Location: construction.php');
|
||||
?>
|
||||
<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");
|
||||
?>
|
Loading…
Reference in a new issue