diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 13:27:51 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 13:27:51 +0000 |
| commit | 9da37528477ede1c844434ca4d77428466003d0c (patch) | |
| tree | 455ffded30e6bfea91d0ee648ce8995ae5721295 /templates/menu_users.tpl | |
| parent | 71852b35cf55beaa9366821722a70399101860d7 (diff) | |
| download | users-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.tpl | 8 |
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} |
