forked from rebillar/site-accueil-insa
Photo test v3
This commit is contained in:
parent
5c7d9f8014
commit
02500464ba
1 changed files with 14 additions and 0 deletions
14
commandetest.php
Normal file
14
commandetest.php
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
ob_start(); // Start reading html
|
||||||
|
?>
|
||||||
|
-TEXTE-
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeQ6ldsTuBGNN5hnp7KP_tt2rRuvRREJMvohjwsOhXCVCnECw/viewform?embedded=true" width="640" height="1290" frameborder="0" marginheight="0" marginwidth="0">Chargement…</iframe>
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$pageContent = ob_get_clean(); // Store html content in variable
|
||||||
|
$pageTitle = "Commande";
|
||||||
|
include("includes/template.php"); // Display template with variable content
|
||||||
|
?>
|
Loading…
Reference in a new issue