]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Base.pm
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf...
[mfinanz.git] / SL / Controller / Base.pm
index c79ceecacb4dfd1e816b1c6b1f82cb69efab4cc5..723ce1d6aa86edf3921dc4446b26e83a7e12f808 100644 (file)
@@ -179,7 +179,7 @@ sub _template_obj {
                     PLUGIN_BASE  => 'SL::Template::Plugin',
                     INCLUDE_PATH => '.:templates/webpages',
                     COMPILE_EXT  => '.tcc',
-                    COMPILE_DIR  => $::userspath . '/templates-cache',
+                    COMPILE_DIR  => $::lx_office_conf{paths}->{userspath} . '/templates-cache',
                   }) || croak;
 
   return $self->{__basepriv_template_obj};