maj header mtweb.0.11.7
authordj3c1t <dj3c1t@free.fr>
Tue, 26 Nov 2013 21:38:08 +0000 (22:38 +0100)
committerdj3c1t <dj3c1t@free.fr>
Tue, 26 Nov 2013 21:38:08 +0000 (22:38 +0100)
mw/app/config.xml
mw/app/out/default/views/header.php

index 500ddd4..d0dae2e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <config>
 
-  <version>0.11.4</version>
+  <version>0.11.7</version>
 
   <bdd>
     <table_prefix_code>#--</table_prefix_code>
index 63b33e7..c71d9f0 100644 (file)
@@ -1,9 +1,9 @@
+<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(); ?>"><span><?php echo $this->config("site_name"); ?></span></a></h1>
-
 <?php require $this->out_file("views/menu_user.php"); ?>
\ No newline at end of file