diff options
author | friendica <info@friendica.com> | 2014-02-10 15:14:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-10 15:14:03 -0800 |
commit | 12319c41e3c0565745060d7ade97f194229dddb2 (patch) | |
tree | 0badb67c27e7e41c0012fce94bf4098791d72ba6 /view/tpl | |
parent | b757bbea4e27ef7cf49e8fd2a3411224c1612c16 (diff) | |
download | volse-hubzilla-12319c41e3c0565745060d7ade97f194229dddb2.tar.gz volse-hubzilla-12319c41e3c0565745060d7ade97f194229dddb2.tar.bz2 volse-hubzilla-12319c41e3c0565745060d7ade97f194229dddb2.zip |
add chanview mode to settings
Diffstat (limited to 'view/tpl')
-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 ddd3ca56d..a8fb002fb 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -9,6 +9,7 @@ {{include file="field_input.tpl" field=$ajaxint}} {{include file="field_input.tpl" field=$itemspage}} {{include file="field_checkbox.tpl" field=$nosmile}} +{{include file="field_checkbox.tpl" field=$chanview_full}} <div class="settings-submit-wrapper" > |