From 116e126399ed64bf1dcdf9ec6e5462e91bfe2097 Mon Sep 17 00:00:00 2001
From: vanmer <vanmer@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Date: Sun, 9 Jul 2006 23:29:13 +0000
Subject: [PATCH] - changed to actually apply style instead of returning false

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11386 7612ce4b-ef26-0410-bec9-ea0150e637f0
---
 templates/default/stylesheet.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/default/stylesheet.tpl b/templates/default/stylesheet.tpl
index 1081d873..f2c420b2 100644
--- a/templates/default/stylesheet.tpl
+++ b/templates/default/stylesheet.tpl
@@ -36,7 +36,7 @@
 
 /* retrieve the template vars */
 extract($t);
-return false;
+//return false;
 ?>
 /* older css template */
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
-- 
2.25.1