diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2013-12-06 12:00:43 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2013-12-06 12:00:43 +0100 |
commit | 6c6c8a245150a49dbd6191d15452366c3522f56e (patch) | |
tree | 8317eb19c92bd674a3dccdde53a4ac813081d3e9 /view/tpl | |
parent | fc96714896c0da1acf6a85b15cf2e03fa3a4aa51 (diff) | |
download | volse-hubzilla-6c6c8a245150a49dbd6191d15452366c3522f56e.tar.gz volse-hubzilla-6c6c8a245150a49dbd6191d15452366c3522f56e.tar.bz2 volse-hubzilla-6c6c8a245150a49dbd6191d15452366c3522f56e.zip |
add option to hide login form from homepage
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 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> |