From 36d0594b8e4b75e98cc860e828d540bb93e3c4d6 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 3 Mar 2024 12:30:27 +0100 Subject: Remove obsolete field for system lang from site admin page. The field was commented out in the module, but still remained in the template. This patch also removes some processing to discover available languages whose result were not used. This should fix https://framagit.org/hubzilla/core/-/issues/1840 --- view/tpl/admin_site.tpl | 2 -- 1 file changed, 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index bad68361b..d91c7caad 100644 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -13,8 +13,6 @@ {{include file="field_input.tpl" field=$reply_address}} {{include file="field_input.tpl" field=$from_email}} {{include file="field_input.tpl" field=$from_email_name}} - - {{include file="field_select.tpl" field=$language}} {{include file="field_select.tpl" field=$theme}} {{* include file="field_select.tpl" field=$theme_mobile *}} {{include file="field_input.tpl" field=$frontpage}} -- cgit v1.2.3