diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-31 19:56:14 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-31 19:56:14 -0700 |
commit | 98b53801e062f1fe1b5ae16c6e30635b21ebef91 (patch) | |
tree | aa38e1ee4416b602ab8d34b559a2642b3c510a54 /view | |
parent | bff1e215cce27706fabe9f1764bce5c5a5b3b434 (diff) | |
download | volse-hubzilla-98b53801e062f1fe1b5ae16c6e30635b21ebef91.tar.gz volse-hubzilla-98b53801e062f1fe1b5ae16c6e30635b21ebef91.tar.bz2 volse-hubzilla-98b53801e062f1fe1b5ae16c6e30635b21ebef91.zip |
provide personal config for channel_menu; the site can set an initial site-wide value but this but there isn't a corresponding admin setting currently and can only be set by manual config
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 d8c1ac7aa..d1e6e0609 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -64,6 +64,7 @@ {{include file="field_input.tpl" field=$channel_divmore_height}} {{include file="field_input.tpl" field=$network_divmore_height}} {{include file="field_checkbox.tpl" field=$nosmile}} + {{include file="field_checkbox.tpl" field=$channel_menu}} {{include file="field_checkbox.tpl" field=$title_tosource}} {{include file="field_checkbox.tpl" field=$channel_list_mode}} {{include file="field_checkbox.tpl" field=$network_list_mode}} |