X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fsettings%2Faddons.tpl;h=03313c92446f5bebe415399ad056324a1777eaed;hb=99979019bf8782f96caffec002505a02983eacb1;hp=32ec5a04840a3fdcca8c1490a5a5b0c301ddcd8b;hpb=29f7ebe307c22b275466390937b82ccb3820fb1c;p=friendica.git diff --git a/view/templates/settings/addons.tpl b/view/templates/settings/addons.tpl index 32ec5a0484..03313c9244 100644 --- a/view/templates/settings/addons.tpl +++ b/view/templates/settings/addons.tpl @@ -1,11 +1,14 @@ -

{{$title}}

+{{foreach $addon_settings_forms as $addon => $addon_settings_form}} -
- + + + {{$addon_settings_form nofilter}} +
-{{$settings_addons}} +{{foreachelse}} - +

{{$no_addon_settings_configured}}

+{{/foreach}}