aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_site.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-07 18:27:05 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-07 18:27:05 -0700
commit60cfea5d1f807824525ef2e49606753d6b4860f1 (patch)
tree7f9710a6c487df374f325f3358cc02008e666608 /view/tpl/admin_site.tpl
parent0537ff1e4a220f08e708c7edfb53b26622d3313f (diff)
downloadvolse-hubzilla-60cfea5d1f807824525ef2e49606753d6b4860f1.tar.gz
volse-hubzilla-60cfea5d1f807824525ef2e49606753d6b4860f1.tar.bz2
volse-hubzilla-60cfea5d1f807824525ef2e49606753d6b4860f1.zip
reverse logic of homepage login setting
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-xview/tpl/admin_site.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index 0055bbd72..89ce98ecf 100755
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -46,7 +46,7 @@
{{include file="field_select.tpl" field=$language}}
{{include file="field_select.tpl" field=$theme}}
{{include file="field_select.tpl" field=$theme_mobile}}
- {{include file="field_textarea.tpl" field=$frontpage}}
+ {{include file="field_input.tpl" field=$frontpage}}
{{include file="field_checkbox.tpl" field=$no_login_on_homepage}}