diff options
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> |