@@ -, +, @@ --- C4/Templates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Templates.pm +++ a/C4/Templates.pm @@ -82,7 +82,7 @@ sub new { bless $self, $class; $self->theme($theme); $self->lang($lang); - $self->activethemes($activethemes); + $self->{VARS}->{"activethemes"} = $activethemes; $self->preferredtheme($activethemes->[0]); $self->filename($filename); $self->htdocs($htdocs); --