From f6445c5859080b07104569f75af2cb64c89cb8bb Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 23 May 2009 09:33:15 +0000 Subject: [PATCH] sliding banner and poll added --- web/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.php b/web/index.php index 5160fb6..5890590 100644 --- a/web/index.php +++ b/web/index.php @@ -47,8 +47,8 @@ log_load("index.php"); function pool_dom() { GLOBAL $G_with_pool; - $G_with_pool = TRUE; - // $G_with_pool = FALSE; + // $G_with_pool = TRUE; + $G_with_pool = FALSE; if ($G_with_pool) { return sprintf('
-- 2.17.1