From d91dde8cabb2f3cd1d9e76f889a84c489ec0da77 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 --- 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 264028f1e0..d834a20906 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.5