From: Jonny Tischbein Date: Thu, 27 Sep 2018 18:04:33 +0000 (+0200) Subject: Adding serversettings table in template for non frio themes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1add30cc5b4cd83c08e46fe127daa6c8195e204a;p=friendica.git Adding serversettings table in template for non frio themes --- diff --git a/view/templates/admin/summary.tpl b/view/templates/admin/summary.tpl index 8929cfbecd..202fd43b3e 100644 --- a/view/templates/admin/summary.tpl +++ b/view/templates/admin/summary.tpl @@ -44,5 +44,22 @@
{{$platform}} '{{$codename}}' {{$version.1}} - {{$build}} +
+
{{$serversettings.label}}
+
+ + + + {{foreach $serversettings.php as $k => $p}} + + {{/foreach}} + + {{foreach $serversettings.mysql as $k => $p}} + + {{/foreach}} + +
PHP
{{$k}}{{$p}}
MySQL / MariaDB
{{$k}}{{$p}}
+
+