]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Base.pm
Erste Version Frameless
[mfinanz.git] / SL / Controller / Base.pm
index ac2f32d859979d812f27652b5cc2529116b75237..7fe1d36eaf922c881cc817165ad6326ce0c9cd78 100644 (file)
@@ -84,7 +84,7 @@ sub render {
 
     } else {
       $::form->{title} = $locals{title} if $locals{title};
-      $::form->header;
+      $::form->header(no_menu => $options->{no_menu});
     }
   }
 
@@ -245,6 +245,7 @@ sub _template_obj {
                     INCLUDE_PATH => '.:templates/webpages',
                     COMPILE_EXT  => '.tcc',
                     COMPILE_DIR  => $::lx_office_conf{paths}->{userspath} . '/templates-cache',
+                    ERROR        => 'templates/webpages/generic/exception.html',
                   }) || croak;
 
   return $self->{__basepriv_template_obj};