diff options
author | zottel <github@zottel.net> | 2012-04-20 13:42:33 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-20 13:42:33 +0200 |
commit | 9663299da1be50eef4327778fae619fc6f9edef4 (patch) | |
tree | 5cd9b93f16c344cf896ac8d4e2a4a818fe21e783 /view/admin_site.tpl | |
parent | 041f74dc775424f686a1cd95c00e0d63bfc4b99c (diff) | |
parent | 0e25376e4afea4e5d96c233594feef0a35ca314c (diff) | |
download | volse-hubzilla-9663299da1be50eef4327778fae619fc6f9edef4.tar.gz volse-hubzilla-9663299da1be50eef4327778fae619fc6f9edef4.tar.bz2 volse-hubzilla-9663299da1be50eef4327778fae619fc6f9edef4.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/admin_site.tpl')
-rw-r--r-- | view/admin_site.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/admin_site.tpl b/view/admin_site.tpl index 9de6bd9c5..2b9db9f35 100644 --- a/view/admin_site.tpl +++ b/view/admin_site.tpl @@ -38,7 +38,8 @@ <h1>$title - $page</h1> <form action="$baseurl/admin/site" method="post"> - + <input type='hidden' name='form_security_token' value='$form_security_token'> + {{ inc field_input.tpl with $field=$sitename }}{{ endinc }} {{ inc field_textarea.tpl with $field=$banner }}{{ endinc }} {{ inc field_select.tpl with $field=$language }}{{ endinc }} |