diff --git a/public/templates/test/global/userinfo.tpl b/public/templates/test/global/userinfo.tpl index 0f284abb..2b0ef0d6 100644 --- a/public/templates/test/global/userinfo.tpl +++ b/public/templates/test/global/userinfo.tpl @@ -1,7 +1,7 @@
{if $GLOBAL.userdata.username|default} -

{$smarty.session.USERDATA.username|escape}

+

Welcome {$smarty.session.USERDATA.username|escape}

{else} -

Guest

+

Welcome Guest

{/if}