summaryrefslogtreecommitdiff
path: root/templates/menu_users.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-09 13:27:51 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-09 13:27:51 +0000
commit9da37528477ede1c844434ca4d77428466003d0c (patch)
tree455ffded30e6bfea91d0ee648ce8995ae5721295 /templates/menu_users.tpl
parent71852b35cf55beaa9366821722a70399101860d7 (diff)
downloadusers-9da37528477ede1c844434ca4d77428466003d0c.tar.gz
users-9da37528477ede1c844434ca4d77428466003d0c.tar.bz2
users-9da37528477ede1c844434ca4d77428466003d0c.zip
add icon for login
Diffstat (limited to 'templates/menu_users.tpl')
-rw-r--r--templates/menu_users.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/menu_users.tpl b/templates/menu_users.tpl
index 7044272..14a65f6 100644
--- a/templates/menu_users.tpl
+++ b/templates/menu_users.tpl
@@ -32,10 +32,10 @@
{/if}
<li><a class="item" href="{$smarty.const.LIBERTY_PKG_URL}attachments.php">{biticon iname="mail-attachment" iexplain="My Files" ilocation=$location}</a></li>
{else}
- <li><a class="item" href="{$smarty.const.USERS_PKG_URL}login.php">{biticon ipackage=liberty iname=spacer iexplain="Login" ilocation=$location}</a></li>
- {/if}
- {if !$gBitUser->isRegistered() && $gBitSystem->isFeatureActive('users_allow_register')}
- <li><a class="item" href="{$smarty.const.USERS_PKG_URL}register.php">{biticon iname=contact-new iexplain="Register" ilocation=$location}</a></li>
+ <li><a class="item" href="{$smarty.const.USERS_PKG_URL}login.php">{biticon iname=go-next iexplain="Login" ilocation=$location}</a></li>
+ {if $gBitSystem->isFeatureActive('users_allow_register')}
+ <li><a class="item" href="{$smarty.const.USERS_PKG_URL}register.php">{biticon iname=contact-new iexplain="Register" ilocation=$location}</a></li>
+ {/if}
{/if}
</ul>
{/strip}