From 2042d4e3a686c699a020b6f43efa085457682efb Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 20 Feb 2012 13:25:16 +0100 Subject: [PATCH] =?UTF-8?q?You=20can=E2=80=99t=20use=20noscript=20inside?= =?UTF-8?q?=20the=20head=20see=20#4400=20&=20http://reference.sitepoint.co?= =?UTF-8?q?m/html/noscript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 +--- main/template/default/layout/main_header.tpl | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 5edfa81c9a..2f57ba0b48 100644 --- a/index.php +++ b/index.php @@ -38,8 +38,7 @@ $htmlHeadXtra[] =' pause : 10000 }); }); - -'; +'; //set cookie for check if client browser are cookies enabled setcookie("TestCookie", "cookies_yes", time()+3600); @@ -86,7 +85,6 @@ if (!api_get_user_id() && api_get_setting('use_custom_pages') == 'true' ){ CustomPages::displayPage('index-unlogged'); } - /** * @todo This piece of code should probably move to local.inc.php where the actual login procedure is handled. * @todo Check if this code is used. I think this code is never executed because after clicking the submit button diff --git a/main/template/default/layout/main_header.tpl b/main/template/default/layout/main_header.tpl index 50bc9494f8..fbbc68cba6 100644 --- a/main/template/default/layout/main_header.tpl +++ b/main/template/default/layout/main_header.tpl @@ -4,6 +4,7 @@ {include file="default/layout/head.tpl"} +