source: extensions/simple_themes/simple/template/menubar_identification.tpl @ 13546

Last change on this file since 13546 was 13546, checked in by plg, 12 years ago

import theme Simple, version 2.0

  • adaptation of the theme for Piwigo 2.1
File size: 713 bytes
Line 
1<h3>{'Identification'|@translate}</h3>
2<ul>
3  {if isset($U_REGISTER)}
4  <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
5  {/if}
6  {if isset($U_LOGIN)}
7  <li><a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a></li>
8  {/if}
9  {if isset($U_LOGOUT)}
10  <li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li>
11  {/if}
12  {if isset($U_PROFILE)}
13  <li><a href="{$U_PROFILE}" title="{'customize the appareance of the gallery'|@translate}">{'Customize'|@translate}</a></li>
14  {/if}
15  {if isset($U_ADMIN)}
16  <li><a href="{$U_ADMIN}" title="{'available for administrators only'|@translate}">{'Administration'|@translate}</a></li>
17  {/if}
18</ul>
Note: See TracBrowser for help on using the repository browser.