Revision ed4a9af1
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
245 | 245 |
INCLUDE_PATH => '.:templates/webpages', |
246 | 246 |
COMPILE_EXT => '.tcc', |
247 | 247 |
COMPILE_DIR => $::lx_office_conf{paths}->{userspath} . '/templates-cache', |
248 |
ERROR => 'templates/webpages/generic/exception.html', |
|
248 | 249 |
}) || croak; |
249 | 250 |
|
250 | 251 |
return $self->{__basepriv_template_obj}; |
Auch abrufbar als: Unified diff
Exceptions während Template-Ausführung ausgeben lassen