Minor tpl fix

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

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

Loading…
Cancel
Save