diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-26 15:02:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-26 15:02:20 +0200 |
commit | 9bc76b425948e7a6118e7749a3eb7c08c447bab3 (patch) | |
tree | 9e8e932e6c7266d3a8220bc7fb24dffc3e85d8ed /view/theme/redbasic/tpl | |
parent | 9948bb3f2aa3bf3efa68623b87ba854fb59b4926 (diff) | |
download | volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.tar.gz volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.tar.bz2 volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.zip |
appification of the pdl editor and move advanced_theming to theme settings where it belongs
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 7c552b49e..cc403f0a7 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -1,6 +1,7 @@ {{include file="field_checkbox.tpl" field=$narrow_navbar}} {{include file="field_input.tpl" field=$converse_width}} {{include file="field_input.tpl" field=$font_size}} +{{include file="field_checkbox.tpl" field=$advanced_theming}} {{if $expert}} {{include file="field_colorinput.tpl" field=$nav_bg}} {{include file="field_colorinput.tpl" field=$nav_icon_colour}} |