diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-25 11:37:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-25 11:37:22 +0200 |
commit | 39866b74637a58df5b1ffb8f2b6f164849d65315 (patch) | |
tree | ff24aec7e360028ceecefc3de310bfd208f20c5b /view | |
parent | 4c58a5cef278357c1bc31b76cfbd2719e3338398 (diff) | |
download | volse-hubzilla-39866b74637a58df5b1ffb8f2b6f164849d65315.tar.gz volse-hubzilla-39866b74637a58df5b1ffb8f2b6f164849d65315.tar.bz2 volse-hubzilla-39866b74637a58df5b1ffb8f2b6f164849d65315.zip |
move start_menu switch to settings/display for now
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/settings_display.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 7600038ea..1500ea0d3 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -68,6 +68,7 @@ {{include file="field_checkbox.tpl" field=$user_scalable}} {{include file="field_checkbox.tpl" field=$preload_images}} {{include file="field_checkbox.tpl" field=$manual_update}} + {{include file="field_checkbox.tpl" field=$start_menu}} {{if $expert}} <div class="form-group"> <a class="btn btn-outline-secondary "href="pdledit">{{$layout_editor}}</a> |