export cleanups and mobile style
This commit is contained in:
parent
93819cda0c
commit
1f3ab6a419
20 changed files with 518 additions and 318 deletions
|
|
@ -2469,7 +2469,7 @@ ENDJS
|
|||
|
||||
### Show the processed template
|
||||
$session->http->sendHeader;
|
||||
my $style = $session->style->process($self->getSeparator,$self->getParent->get("styleTemplateId"));
|
||||
my $style = $self->getParent->processStyle($self->getSeparator);
|
||||
my ($head, $foot) = split($self->getSeparator,$style);
|
||||
$self->session->output->print($head, 1);
|
||||
$self->session->output->print($self->processTemplate($var, undef, $template));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue