diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-09 19:37:12 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-09 19:37:12 -0700 |
commit | 9592f7f3e6884e2b8b77c713634393fdf4e2ff7c (patch) | |
tree | 563de40883a8525057b5c1664ca8c360176ecea6 /view/tpl | |
parent | d08c43d80ceb5fa6c96c328b8b36b59f4bb8e6f6 (diff) | |
download | volse-hubzilla-9592f7f3e6884e2b8b77c713634393fdf4e2ff7c.tar.gz volse-hubzilla-9592f7f3e6884e2b8b77c713634393fdf4e2ff7c.tar.bz2 volse-hubzilla-9592f7f3e6884e2b8b77c713634393fdf4e2ff7c.zip |
put mirror_frontpage setting into admin/site
Diffstat (limited to 'view/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 eabb6f067..3884038c0 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -47,6 +47,7 @@ {{include file="field_select.tpl" field=$theme}} {{include file="field_select.tpl" field=$theme_mobile}} {{include file="field_input.tpl" field=$frontpage}} + {{include file="field_checkbox.tpl" field=$mirror_frontpage}} {{include file="field_checkbox.tpl" field=$login_on_homepage}} |