diff options
author | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
commit | 0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 (patch) | |
tree | c091dfac3e1b5743bb50a7bf7165ae226e0543b8 /view/tpl/settings_display.tpl | |
parent | a88236b36fc9828e6dccbbc044aa37b2f7b46581 (diff) | |
download | volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.gz volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.bz2 volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.zip |
theme fixes to make a barebones theme work slightly better
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rw-r--r-- | view/tpl/settings_display.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 70b9bac80..d745d14b5 100644 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -30,6 +30,7 @@ </div> </div> {{/if}} + {{if $theme_config}} <div class="panel"> <div class="section-subtitle-wrapper" role="tab" id="custom-settings-title"> <h3> @@ -40,12 +41,11 @@ </div> <div id="custom-settings-content" class="collapse{{if !$theme}} in{{/if}}" role="tabpanel" aria-labelledby="custom-settings" data-bs-parent="#settings" > <div class="section-content-tools-wrapper"> - {{if $theme_config}} - {{$theme_config}} - {{/if}} + {{$theme_config}} </div> </div> </div> + {{/if}} <div class="panel"> <div class="section-subtitle-wrapper" role="tab" id="content-settings-title"> <h3> |