diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-04 14:31:32 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-04 14:31:32 +0000 |
| commit | b519a6dfc2dd465f9ddb4bdc4a9fc518d94e21ac (patch) | |
| tree | c1d2585b8c05dbac6ee9c1f6c0f7a30f437d5445 /templates/menu_users.tpl | |
| parent | 5cf9cc62778d30a0f7dd8196b8d47f7d32383194 (diff) | |
| download | users-b519a6dfc2dd465f9ddb4bdc4a9fc518d94e21ac.tar.gz users-b519a6dfc2dd465f9ddb4bdc4a9fc518d94e21ac.tar.bz2 users-b519a6dfc2dd465f9ddb4bdc4a9fc518d94e21ac.zip | |
move all style related code to BitThemes to further clean up the mess. all style related methods are now called using BitThemes instead of BitSystem
Diffstat (limited to 'templates/menu_users.tpl')
| -rw-r--r-- | templates/menu_users.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_users.tpl b/templates/menu_users.tpl index effbad7..2dbb6e8 100644 --- a/templates/menu_users.tpl +++ b/templates/menu_users.tpl @@ -7,7 +7,7 @@ </a> </li> {if $gBitUser->hasPermission( 'p_users_view_user_homepage' )} - <li> + <li> <a class="item" href="{$smarty.const.USERS_PKG_URL}index.php?home={$gBitUser->mInfo.login}"> {biticon ipackage="icons" iname="go-home" iexplain="Home" iforce=icon}{if !$icons_only} {tr}View My Homepage{/tr}{/if} </a> |
