diff options
author | friendica <info@friendica.com> | 2013-12-08 13:33:35 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-08 13:33:35 -0800 |
commit | 30d110b4980ff0cf4eb0182d1b0669d6fa78e0c4 (patch) | |
tree | 0b22188d3d1eef903ae38f29eee2f9fc35366626 /view | |
parent | b8454cbd1df76bb96af6a6d65ff40f08f6919dc5 (diff) | |
parent | 6c6c8a245150a49dbd6191d15452366c3522f56e (diff) | |
download | volse-hubzilla-30d110b4980ff0cf4eb0182d1b0669d6fa78e0c4.tar.gz volse-hubzilla-30d110b4980ff0cf4eb0182d1b0669d6fa78e0c4.tar.bz2 volse-hubzilla-30d110b4980ff0cf4eb0182d1b0669d6fa78e0c4.zip |
Merge pull request #228 from tobiasd/nologin
add option to hide login form from homepage
Diffstat (limited to 'view')
-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 d0a5254fe..b0f9d4a74 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -47,6 +47,7 @@ {{include file="field_select.tpl" field=$theme_mobile}} {{include file="field_select.tpl" field=$theme_accessibility}} {{include file="field_input.tpl" field=$site_channel}} + {{include file="field_checkbox.tpl" field=$no_login_on_homepage}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> |