Revision ed4a9af1
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
695 | 695 |
|
696 | 696 |
return $self->template if $self->template; |
697 | 697 |
|
698 |
# Force scripts/locales.pl to pick up the exception handling template. |
|
699 |
# parse_html_template('generic/exception') |
|
698 | 700 |
return $self->template(Template->new({ |
699 | 701 |
'INTERPOLATE' => 0, |
700 | 702 |
'EVAL_PERL' => 0, |
... | ... | |
704 | 706 |
'INCLUDE_PATH' => '.:templates/webpages', |
705 | 707 |
'COMPILE_EXT' => '.tcc', |
706 | 708 |
'COMPILE_DIR' => $::lx_office_conf{paths}->{userspath} . '/templates-cache', |
709 |
'ERROR' => 'templates/webpages/generic/exception.html', |
|
707 | 710 |
})) || die; |
708 | 711 |
} |
709 | 712 |
|
Auch abrufbar als: Unified diff
Exceptions während Template-Ausführung ausgeben lassen