Browse Source

fix: hide du lien vers userecho qui decallé le header

Sevajol Bastien 12 years ago
parent
commit
e89f743fd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/CoreBundle/Resources/views/layout.html.twig

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/layout.html.twig View File

14
   <div id="container">
14
   <div id="container">
15
     
15
     
16
     {% if app.user %}
16
     {% if app.user %}
17
-      <a onmouseover="UE.Popin.preload();" href="#" onclick="UE.Popin.show(); return false;">Vos retours</a>
17
+      <a style="display: none;" onmouseover="UE.Popin.preload();" href="#" onclick="UE.Popin.show(); return false;">Vos retours</a>
18
     {% endif %}
18
     {% endif %}
19
   
19
   
20
     <div id="main_content">
20
     <div id="main_content">