From: Dan Scott Date: Thu, 27 Apr 2017 19:31:39 +0000 (-0400) Subject: LP#1691009 Cache the RTL and LTR stylesheets X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=85ec7a3ee1362d96ea879450f8bf6ecbec79fa46;p=working%2FEvergreen.git LP#1691009 Cache the RTL and LTR stylesheets To allow browsers to cache the correct version of the stylesheet, append a GET param indicating the direction. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index 6a78bcc6c8..8d7b07d1b9 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -10,7 +10,9 @@ [% END %] - + [% IF ctx.get_i18n_l(ctx.eg_locale).rtl == 't' %] [% END %]