Bug 5917 : Adding new globals to be escaped by the converter
This commit is contained in:
parent
80e71bcc57
commit
d069438689
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue