diff --git a/templates/Instance/settings.php b/templates/Instance/settings.php index 2c4e860..5824ca9 100644 --- a/templates/Instance/settings.php +++ b/templates/Instance/settings.php @@ -100,9 +100,7 @@ function genSection($sectionName, $subSectionSettings, $appView) ]); $sectionContent[] = $panelHTML; } else { - if (count($subSectionSettings) > 1) { - $sectionContent[] = sprintf('

%s

', getResolvableID($sectionName), h($sectionName)); - } + $sectionContent[] = sprintf('

%s

', getResolvableID($sectionName), h($sectionName)); foreach ($subSectionSettings as $panelName => $panelSettings) { if (!empty($panelSettings)) { $panelHTML = $appView->element('Settings/panel', [