diff options
author | friendica <info@friendica.com> | 2014-01-24 21:20:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-24 21:20:00 -0800 |
commit | c71a1f0796836b158185e20cfc8235b236b1d068 (patch) | |
tree | 05cfb5d3be76725491d2551d52e7c650050648ac /view/tpl/siteinfo.tpl | |
parent | 3869b16298041887d0c90c884ffb5b22df8d56e9 (diff) | |
parent | 692822bdf0e6983af151106a927189c2179c0ac6 (diff) | |
download | volse-hubzilla-c71a1f0796836b158185e20cfc8235b236b1d068.tar.gz volse-hubzilla-c71a1f0796836b158185e20cfc8235b236b1d068.tar.bz2 volse-hubzilla-c71a1f0796836b158185e20cfc8235b236b1d068.zip |
Merge pull request #283 from beardy-unixer/master
Add admin info to admin panel and site info.
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}} |