Minor - Add id="logout_button" in template file for logout link

skala
Hubert Borderiou 13 years ago
parent a23fb143e1
commit fdf0fbcbf8
  1. 2
      main/template/default/layout/menu.tpl

@ -30,7 +30,7 @@
</ul> </ul>
<li> <li>
<a class="logout" title="{{ "Logout"|get_lang }}" href="{{ logout_link }}" > <a id="logout_button" class="logout" title="{{ "Logout"|get_lang }}" href="{{ logout_link }}" >
<img src="{{ "exit.png"|icon(22) }}"> <img src="{{ "exit.png"|icon(22) }}">
</a> </a>
</li> </li>

Loading…
Cancel
Save