X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d91984a2c64118801b903f426d95b834d2517ba6..2a0cbd885790174fa0f212e6661b30362650a42c:/SL/Template.pm diff --git a/SL/Template.pm b/SL/Template.pm index 8682c7e9a..b20a7b1a3 100644 --- a/SL/Template.pm +++ b/SL/Template.pm @@ -47,7 +47,7 @@ sub available_templates { -d ($::lx_office_conf{paths}->{templates} . "/$_") && !/^\.\.?$/ && !m/\.(?:html|tex|sty|odt)$/ - && !m/^(?:webpages$|print$|mail$|\.)/ + && !m/^(?:webpages$|mobile_webpages$|pdf$|print$|mail$|\.)/ } keys %dir_h; tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print";