Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
179 | 179 |
PLUGIN_BASE => 'SL::Template::Plugin', |
180 | 180 |
INCLUDE_PATH => '.:templates/webpages', |
181 | 181 |
COMPILE_EXT => '.tcc', |
182 |
COMPILE_DIR => $::userspath . '/templates-cache',
|
|
182 |
COMPILE_DIR => $::lx_office_conf{paths}->{userspath} . '/templates-cache',
|
|
183 | 183 |
}) || croak; |
184 | 184 |
|
185 | 185 |
return $self->{__basepriv_template_obj}; |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben