on delete plaquette ça passe sur enigma.php

This commit is contained in:
Baptiste Rebillard 2022-06-10 23:20:05 +02:00
parent 0825369a9b
commit 8a2069a7ec
2 changed files with 0 additions and 8 deletions

View file

@ -1,8 +0,0 @@
<?php
ob_start(); // Start reading html
?>
<?php
$infopage = ["", "Enigme plaquette", ob_get_clean(), "", "plaquette"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>