From 5715f5fe3954a2112f443964244747dfd6d31937 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 05 Sep 2012 07:48:32 -0400 Subject: [PATCH] - Implemented check for theme compatibility - Implemented session message system (template modifications pending) - Updated ISPC SVN version number to 3.0.5 --- interface/web/login/lib/lang/en.lng | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/login/lib/lang/en.lng b/interface/web/login/lib/lang/en.lng index be17146..37b4a19 100644 --- a/interface/web/login/lib/lang/en.lng +++ b/interface/web/login/lib/lang/en.lng @@ -24,4 +24,6 @@ $wb['email_txt'] = "Email"; $wb['error_maintenance_mode'] = 'This ISPConfig installation is currently under maintenance. We should be back shortly. Thank you for your patience.'; + +$wb['theme_not_compatible'] = 'The chosen theme is not compatible with the current ISPConfig version. Please check for a new version of the theme.<br />The default theme as been activated automatically.'; ?> \ No newline at end of file -- Gitblit v1.9.1