reorganisation des dossiers
[mtweb] / mw / out / default / views / top_menu.php
similarity index 67%
rename from web/out/dist/views/top_menu.php
rename to mw/out/default/views/top_menu.php
index 135f272..cad5e72 100644 (file)
@@ -1,7 +1,7 @@
 <?php $data = $this->data(); if(($menu_top = $data->get_link("menu_top")) && $menu_top["subs"]) : ?>
 <ul class="menu navig_menu">
   <?php foreach($menu_top["subs"] as $link) : ?>
-  <li><a href="<?= $link["url"] ?>"><?= $link["intitule"] ?></a></li>
+  <li><a href="<?php echo $link["url"]; ?>"><?php echo $link["intitule"]; ?></a></li>
   <?php endforeach; ?>
 </ul>
 <?php endif; ?>
\ No newline at end of file