From: rabuzarus <> Date: Tue, 30 Jun 2015 12:51:14 +0000 (+0200) Subject: system settings is now a variable in settings_display.tpl X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf2a90dfa2d67088ec13a161abe60cf9aaa6cf92;p=friendica.git system settings is now a variable in settings_display.tpl --- 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}} -