From a3e02cdd50057e782b4bbed93caa5563de257976 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 17 Apr 2018 00:48:59 +0000 Subject: [PATCH] Bug 20400: (follow-up) Use Asset TT plugin on opac-routing-lists.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch applies and functions as described. Signed-off-by: Dilan Johnpullé --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt index b54a8f1..ba1e34a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt @@ -1,10 +1,11 @@ +[% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your routing lists [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] - + [% Asset.css("css/datatables.css") %] [% END %] -- 2.1.4