diff --git a/mod/settings.php b/mod/settings.php index a83986267c..612edaaf88 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -916,6 +916,7 @@ function settings_content(&$a) { '$infinite_scroll' => array('infinite_scroll', t("Infinite scroll"), $infinite_scroll, ''), '$no_auto_update' => array('no_auto_update', t("Automatic updates only at the top of the network page"), $no_auto_update, 'When disabled, the network page is updated all the time, which could be confusing while reading.'), + 'stitle' => t('Theme settings'), '$theme_config' => $theme_config, )); diff --git a/view/templates/settings_display.tpl b/view/templates/settings_display.tpl index 12cdd3d668..ac41c1c27c 100644 --- a/view/templates/settings_display.tpl +++ b/view/templates/settings_display.tpl @@ -20,7 +20,7 @@ {{if $theme_config}} -

Theme settings

+

{{$stitle}}

{{$theme_config}} {{/if}}