diff options
author | friendica <info@friendica.com> | 2013-11-03 14:57:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-03 14:57:29 -0800 |
commit | 4d470f2d7017fcee94d0d5a548ff40018b358542 (patch) | |
tree | 23c3315ea4904ea9d00dc97bd5d6b15d29cae06c /view/theme/redbasic/tpl | |
parent | 5ba813397b7112df64e35ee45eef1c2f0b12d617 (diff) | |
download | volse-hubzilla-4d470f2d7017fcee94d0d5a548ff40018b358542.tar.gz volse-hubzilla-4d470f2d7017fcee94d0d5a548ff40018b358542.tar.bz2 volse-hubzilla-4d470f2d7017fcee94d0d5a548ff40018b358542.zip |
add sloppy photo setting and fix default navbar hide setting
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 7a5e4a390..c7f2bf124 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -15,6 +15,7 @@ {{include file="field_input.tpl" field=$shadow}} {{include file="field_input.tpl" field=$section_width}} {{include file="field_input.tpl" field=$nav_min_opacity}} +{{include file="field_checkbox.tpl" field=$sloppy_photos}} <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> </div> |