diff options
author | friendica <info@friendica.com> | 2013-10-02 22:59:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-02 22:59:58 -0700 |
commit | e1fb45bc4a17fe4b16b6f4d49f620d56009baa96 (patch) | |
tree | 4abceafe683aafba37edc4fbbe611d247eba7300 /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | 355c42788412d99801ce0f172dd6dbf529c09baf (diff) | |
download | volse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.tar.gz volse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.tar.bz2 volse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.zip |
bring back photo shadows (via theme settings)
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.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 596670e95..412af5c44 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -6,6 +6,7 @@ {{include file="field_input.tpl" field=$font_size}} {{include file="field_input.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} +{{include file="field_input.tpl" field=$shadow}} <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> |