Merge remote-tracking branch 'kc/new/bug_6205' into kcmaster
This commit is contained in:
commit
5e0f0f487a
1 changed files with 6 additions and 5 deletions
|
@ -55,12 +55,13 @@ sub new {
|
|||
|
||||
my ($theme, $lang)= themelanguage( $htdocs, $tmplbase, $interface, $query);
|
||||
my $template = Template->new(
|
||||
{
|
||||
EVAL_PERL => 1,
|
||||
{ EVAL_PERL => 1,
|
||||
ABSOLUTE => 1,
|
||||
INCLUDE_PATH => "$htdocs/$theme/$lang/includes",
|
||||
FILTERS => {},
|
||||
|
||||
INCLUDE_PATH => [
|
||||
"$htdocs/$theme/$lang/includes",
|
||||
"$htdocs/$theme/en/includes"
|
||||
],
|
||||
FILTERS => {},
|
||||
}
|
||||
) or die Template->error();
|
||||
my $self = {
|
||||
|
|
Loading…
Reference in a new issue