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/admin_site.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/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 |
1 files changed, 1 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}} |