diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-23 15:47:18 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-23 15:47:18 +0200 |
commit | d072c12e7dcc5871c52a0ef552a60cb40a9b7fa2 (patch) | |
tree | 9518dd9cad8f6355ebe4e4989e72a8c5fab06cba | |
parent | e9e4fb664aab0f6cc4e8696eafc9ddba0797c11d (diff) | |
download | volse-hubzilla-d072c12e7dcc5871c52a0ef552a60cb40a9b7fa2.tar.gz volse-hubzilla-d072c12e7dcc5871c52a0ef552a60cb40a9b7fa2.tar.bz2 volse-hubzilla-d072c12e7dcc5871c52a0ef552a60cb40a9b7fa2.zip |
diabook-themes: bugfix in admin-section
-rw-r--r-- | view/theme/diabook/admin_site.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/admin_site.tpl b/view/theme/diabook/admin_site.tpl index 33d0f508c..dd89b81a9 100644 --- a/view/theme/diabook/admin_site.tpl +++ b/view/theme/diabook/admin_site.tpl @@ -8,7 +8,7 @@ <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 }} |