You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
543 B
Smarty
14 lines
543 B
Smarty
<div id="menu">
|
|
<ul>
|
|
<li><a target="_top" href="{#url_user_main#}">{$PALANG.pMenu_main}</a></li>
|
|
{if $CONF.vacation===YES}
|
|
<li><a target="_top" href="{#url_user_vacation#}">{$PALANG.pUsersMenu_vacation}</a></li>
|
|
{/if}
|
|
{if $CONF.edit_alias===YES}
|
|
<li><a target="_top" href="{#url_user_edit_alias#}">{$PALANG.pUsersMenu_edit_alias}</a></li>
|
|
{/if}
|
|
<li><a target="_top" href="{#url_user_password#}">{$PALANG.change_password}</a></li>
|
|
<li class="logout"><a target="_top" href="{#url_user_logout#}">{$PALANG.pMenu_logout}</a></li>
|
|
</ul>
|
|
</div>
|