Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Nightly update pour rendre plus clair le dépot

Signed-off-by: Emmanuel ROY <ornithorynxe@live.fr>

Emmanuel ROY authored on 09/12/2018 04:28:27
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+    <h2><?php echo $title?></h2>
2
+    <p>Vous êtes sur la page numéro <?php echo $numPage?></p>
3
+    
4
+    <ul>
5
+    <?php foreach ($messages as $message) :?>
6
+    	<li> <?= $message?></li>
7
+    <?php endforeach;?>
8
+    </ul>
0 9
\ No newline at end of file