]> git.mxchange.org Git - friendica.git/commitdiff
system settings is now a variable in settings_display.tpl
authorrabuzarus <>
Tue, 30 Jun 2015 12:51:14 +0000 (14:51 +0200)
committerrabuzarus <>
Tue, 30 Jun 2015 12:51:14 +0000 (14:51 +0200)
mod/settings.php
view/templates/settings_display.tpl

index a83986267cd272a41a9c4ec47f907a99ab930f1c..612edaaf881e479ee9af33c5389ded13b6ca3115 100644 (file)
@@ -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,
                ));
 
index 12cdd3d668a29a9936f47259b19f7a43b5a953c0..ac41c1c27c7e220df3a99523c16b7181a443df7a 100644 (file)
@@ -20,7 +20,7 @@
 </div>
 
 {{if $theme_config}}
-<h2>Theme settings</h2>
+<h2>{{$stitle}}</h2>
 {{$theme_config}}
 {{/if}}