quelques modifications sur le template default
[mtweb] / mw / app / out / default / views / header.php
index 6b13fe7..63b33e7 100644 (file)
@@ -4,4 +4,6 @@
 </nav>
 <?php endif; ?>
 
-<h1><a href="<?php echo $this->url(); ?>"><?php echo $this->config("site_name"); ?></a></h1>
+<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