Minor tpl fix

skala
Julio Montoya 13 years ago
parent c4a49806bf
commit df205a8e0c
  1. 3
      plugin/show_user_info/template.tpl

@ -24,9 +24,10 @@
4. Read more
You can also see more examples in the the main/template/default/layout files
#}
{% if show_user_info.show_message is not null %}
<div class="well">
{{"Welcome"|get_lang}} {{show_user_info.user_info.complete_name}} ({{show_user_info.username})
{{"Welcome"|get_lang}} {{show_user_info.user_info.complete_name}} ({{show_user_info.username}})
<br />
The administrator - {{"siteName"|get_setting}}
</div>

Loading…
Cancel
Save