<?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>
+<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