site-accueil-insa/plaquette.php

8 lines
260 B
PHP
Raw Normal View History

2021-07-28 22:03:33 +02:00
<?php
2022-01-19 22:26:58 +01:00
ob_start(); // Start reading html
2021-07-28 22:03:33 +02:00
?>
<?php
2022-01-19 22:26:58 +01:00
$infopage = ["", "Enigme plaquette", ob_get_clean(), "", "plaquette"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
2021-07-28 22:03:33 +02:00
?>