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/tpl/siteinfo.tpl | |
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/tpl/siteinfo.tpl')
-rwxr-xr-x | view/tpl/siteinfo.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
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}} |