summaryrefslogtreecommitdiff
path: root/src/view/templates/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/templates/page.php')
-rw-r--r--src/view/templates/page.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/view/templates/page.php b/src/view/templates/page.php
index 05c7444..3ea227a 100644
--- a/src/view/templates/page.php
+++ b/src/view/templates/page.php
@@ -9,7 +9,12 @@
9</head> 9</head>
10<body> 10<body>
11 <div> 11 <div>
12 <?= $editeurHTML ?> 12<?php
13foreach ($articles_content as $article)
14{
15 echo $article;
16}
17?>
13 </div> 18 </div>
14</body> 19</body>
15</html> 20</html>