Add admin info to admin panel and site info.

Since we can have multiple admins, this is freeform bbcode.
This commit is contained in:
Thomas Willingham
2014-01-24 23:58:41 +00:00
parent 3869b16298
commit d3a0d37b0d
4 changed files with 24 additions and 5 deletions

View File

@@ -42,6 +42,7 @@
{{include file="field_input.tpl" field=$sitename}}
{{include file="field_textarea.tpl" field=$banner}}
{{include file="field_textarea.tpl" field=$admininfo}}
{{include file="field_select.tpl" field=$language}}
{{include file="field_select.tpl" field=$theme}}
{{include file="field_select.tpl" field=$theme_mobile}}

View File

@@ -7,6 +7,8 @@
<p>{{$web_location}}</p>
<p>{{$visit}}</p>
<p>{{$bug_text}} <a href="{{$bug_link_url}}">{{$bug_link_text}}</a></p>
<p>{{$adminlabel}}</p>
<p>{{$admininfo}}</p>
<p>{{$contact}}</p>
<p>{{$plugins_text}}</p>
{{if $plugins_list}}