]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / Template.pm
index b20a7b1a3b5a25c55713b0daa10a53f972162e11..fdd1887fdac25e2523b1b87ce62b82db90d094b4 100644 (file)
@@ -47,7 +47,7 @@ sub available_templates {
        -d ($::lx_office_conf{paths}->{templates} . "/$_")
     && !/^\.\.?$/
     && !m/\.(?:html|tex|sty|odt)$/
-    && !m/^(?:webpages$|mobile_webpages$|pdf$|print$|mail$|\.)/
+    && !m/^(?:webpages$|mobile_webpages$|design40_webpages$|pdf$|print$|mail$|\.)/
   } keys %dir_h;
 
   tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print";