From 14f617d641605ccb8512d8aa5de33b3972151263 Mon Sep 17 00:00:00 2001 From: cweiske Date: Thu, 17 Sep 2009 12:07:55 +0000 Subject: Fix bug #2834111: Patch to detect if cookies are enabled git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@345 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/login.tpl.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/login.tpl.php b/templates/login.tpl.php index def2d72..6592b0d 100644 --- a/templates/login.tpl.php +++ b/templates/login.tpl.php @@ -8,6 +8,12 @@ window.onload = function() { } +isSessionStable()) { + echo '

'.T_('Please activate cookies').'

'; +} +?> +
-- cgit v1.2.3-54-g00ecf