Adding Glissefondor's picture

This commit is contained in:
Arthur 2019-08-14 09:05:26 +02:00
parent f3a3de86c9
commit 93b8f7d721
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View file

@ -19,7 +19,7 @@ ob_start(); // Start reading html
<br/> <br/>
Signé Célestine Paillebledore Signé Célestine Paillebledore
<br/> <br/>
<!-- <img style="max-width: 300px" src="assets/images/paillebledore.jpg"> --> <img style="max-width: 300px" src="assets/images/paillebledore.jpg">
</div> </div>
<?php <?php
$pageContent = ob_get_clean(); // Store html content in variable $pageContent = ob_get_clean(); // Store html content in variable