]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Dispatcher.pm
html menĂ¼ rewrite v1
[kivitendo-erp.git] / SL / Dispatcher.pm
index c6f3b5e10d186b4580079f817d726d7319084313..2386d3733035c2ef67668fc4bcbd07b0496490d3 100644 (file)
@@ -2,6 +2,11 @@ package SL::Dispatcher;
 
 use strict;
 
+# Force scripts/locales.pl to parse these templates:
+#   parse_html_template('login_screen/auth_db_unreachable')
+#   parse_html_template('login_screen/user_login')
+#   parse_html_template('generic/error')
+
 BEGIN {
   use SL::System::Process;
   my $exe_dir = SL::System::Process::exe_dir;
@@ -28,6 +33,7 @@ use SL::Locale;
 use SL::Common;
 use SL::Form;
 use SL::Helper::DateTime;
+use SL::Controller::LoginScreen;
 use SL::InstanceConfiguration;
 use SL::Template::Plugin::HTMLFixes;