nouveau module "models" dans l'environnement
[mtweb] / mw / app / out / default / views / header.php
index 1126493..6b13fe7 100644 (file)
@@ -1 +1,7 @@
-<h1><a href="<?php echo $this->url(); ?>"><span><?php echo $this->config("site_name"); ?></span></a></h1>
+<?php if($this->out_config("navig_menu_top") && ($menu_top = $this->get_link("menu_top")) && $menu_top["subs"]) : ?>
+<nav id="menu_top">
+<?php echo $this->helper("mw_helper_out")->get_menu_ul($menu_top); ?>
+</nav>
+<?php endif; ?>
+
+<h1><a href="<?php echo $this->url(); ?>"><?php echo $this->config("site_name"); ?></a></h1>