diff options
author | Thomas Willingham <founder@kakste.com> | 2014-01-24 23:58:41 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-01-24 23:58:41 +0000 |
commit | d3a0d37b0ddb73fed81fa71d355d6cb596e139ca (patch) | |
tree | 57e86cd76d6d06f3486e673ff754a7e1a6c8ff98 /view | |
parent | 3869b16298041887d0c90c884ffb5b22df8d56e9 (diff) | |
download | volse-hubzilla-d3a0d37b0ddb73fed81fa71d355d6cb596e139ca.tar.gz volse-hubzilla-d3a0d37b0ddb73fed81fa71d355d6cb596e139ca.tar.bz2 volse-hubzilla-d3a0d37b0ddb73fed81fa71d355d6cb596e139ca.zip |
Add admin info to admin panel and site info.
Since we can have multiple admins, this is freeform bbcode.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/siteinfo.tpl | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index b0f9d4a74..9b90fb4b0 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -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}} diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index a60b406cf..4baa1969b 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -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}} |