From d06943868962c2969fd2edc3341b929625afd862 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 4 Apr 2011 16:47:19 +1200 Subject: [PATCH] Bug 5917 : Adding new globals to be escaped by the converter --- installer/html-template-to-template-toolkit.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/html-template-to-template-toolkit.pl b/installer/html-template-to-template-toolkit.pl index fc69ee31c0..347b0d0155 100755 --- a/installer/html-template-to-template-toolkit.pl +++ b/installer/html-template-to-template-toolkit.pl @@ -28,7 +28,8 @@ my $tmpl_in_dir = 'koha-tmpl'; my $tmpl_out_dir = 'koha-tt'; # template toolkit variables NOT to scope, in other words, variables that need to remain global (case sensitive) -my @globals = ("themelang"); +my @globals = ("themelang","JacketImages","OPACAmazonCoverImages","GoogleJackets","BakerTaylorEnabled", +"SyndeticsEnabled"); # Arguments: my $KOHA_ROOT; -- 2.39.5