maj syntaxe accolades et correction param manquant
[mw_pages] / out / dist / views / pages / view / page.php
index f0d299f..f6413ef 100644 (file)
@@ -11,9 +11,6 @@
   <?= $this->out["page"]["title"] ?>
 </h2>
 
-<div>
-  <?= $this->out["page"]["content"]  ?>
-</div>
 <?php if($this->out["pages"]["list"]) : ?>
 <ul class="pages_menu">
 <?php foreach($this->out["pages"]["list"] as $page) : ?>
@@ -21,3 +18,7 @@
 <?php endforeach; ?>
 </ul>
 <?php endif; ?>
+
+<div>
+  <?= $this->out["page"]["content"]  ?>
+</div>