From 9aaddbcbee38b563a89d136183c902add6fd54df Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 8 Jul 2024 16:28:14 +0000 Subject: [PATCH] Bug 33766: (follow-up) Enable use of translation functions in html_helpers.inc Signed-off-by: Lucas Gass --- koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc index 264028f1e07..d834a20906b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% BLOCK options_for_libraries %] [% FOREACH l IN libraries %] [% IF l.selected %] -- 2.39.2