diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-30 15:16:30 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-30 15:16:30 +0000 |
| commit | 4001df5a5ff34634aa9612e314631ceaee186b90 (patch) | |
| tree | 5b1e0914f6a9cb3b6ab35f989c13da29d53c3e51 /templates/menu_users.tpl | |
| parent | 9c2423119038df9c317899a4477b51f8d442413f (diff) | |
| download | users-4001df5a5ff34634aa9612e314631ceaee186b90.tar.gz users-4001df5a5ff34634aa9612e314631ceaee186b90.tar.bz2 users-4001df5a5ff34634aa9612e314631ceaee186b90.zip | |
remove quotes - causes an error when the site_menu_title isn't set
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 b743294..280ee7b 100644 --- a/templates/menu_users.tpl +++ b/templates/menu_users.tpl @@ -3,7 +3,7 @@ {if $gBitUser->isRegistered()} <li> <a class="item" href="{$smarty.const.USERS_PKG_URL}my.php"> - {biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="My Personal Homepage" iforce=icon}{if !$icons_only} {tr}My {$gBitSystem->getConfig('site_menu_title')|default:"$gBitSystem->getConfig('site_title')"}{/tr}{/if} + {biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="My Personal Homepage" iforce=icon}{if !$icons_only} {tr}My {$gBitSystem->getConfig('site_menu_title')|default:$gBitSystem->getConfig('site_title')}{/tr}{/if} </a> </li> {if $gBitUser->hasPermission( 'p_users_view_user_homepage' )} |
