bug fixed: remove the useless "Visit Gallery" tooltip on the "Visit Gallery"
link. git-svn-id: http://piwigo.org/svn/trunk@5197 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
86ad1d5b49
commit
b005dbbbf8
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
|
||||
<div id="headActions">
|
||||
Hello {$USERNAME} :
|
||||
<a href="{$U_RETURN}" title="Visit Gallery">Visit Gallery</a> |
|
||||
<a href="{$U_CHANGE_THEME}" title="Switch to clear theme for administration">Change Admin Colors</a> |
|
||||
<a href="{$U_RETURN}">Visit Gallery</a> |
|
||||
<a href="{$U_CHANGE_THEME}" title="Switch to clear or dark colors for administration">Change Admin Colors</a> |
|
||||
<a href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">Help Me</a> |
|
||||
<a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue