maj header
[mtweb] / mw / app / out / default / views / header.php
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