Bug 5917 : Adding new globals to be escaped by the converter

This commit is contained in:
Chris Cormack 2011-04-04 16:47:19 +12:00
parent 80e71bcc57
commit d069438689

View file

@ -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;