$::lxdebug->leave_sub;
}
+sub prepare_global_vars {
+ my ($self) = @_;
+
+ $self->{AUTH} = $::auth;
+ $self->{INSTANCE_CONF} = $::instance_conf;
+ $self->{LOCALE} = $::locale;
+ $self->{LXCONFIG} = $::lx_office_conf;
+ $self->{LXDEBUG} = $::lxdebug;
+ $self->{MYCONFIG} = \%::myconfig;
+}
+
sub _prepare_html_template {
$main::lxdebug->enter_sub();
$contents = "[% TAGS $self->{tag_start} $self->{tag_end} %]\n" . $contents;
}
+ $form->prepare_global_vars;
+
$::form->init_template->process(\$contents, $form, \$new_contents) || die $::form->template->error;
} else {
$new_contents = $self->parse_block($contents);