Explorar el Código

Fixing exit in top bar - refs #6801

unknown hace 11 años
padre
commit
a9e8406d03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/template/default/layout/topbar.tpl

+ 1 - 1
main/template/default/layout/topbar.tpl

@@ -77,7 +77,7 @@
                                     <li><a href="{{ _p.web_main }}social/invitations.php">{{ "PendingInvitations"|get_lang }}</a></li> -->
                                 </ul>
                             </li>
-                            <li><a href="{{  _p.web }}index.php?logout=logout">{{ "Logout"|get_lang }}</a></li>
+                            <li><a href="{{  _p.web }}index.php?logout=logout&uid={{_u.user_id}}">{{ "Logout"|get_lang }}</a></li>
                         </ul>
                     </div> <!-- /nav collapse -->
                 {% endif %}