From c7477b37a735cc9a4b505254f5ac82cda2292621 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Fri, 28 Jan 2005 12:35:17 +0000 Subject: [PATCH] NN4/IE6 problem Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-5 correct the NN4 problem git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-405 --- templates/skin/common.content.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/skin/common.content.tpl b/templates/skin/common.content.tpl index d2ca983..acc2292 100644 --- a/templates/skin/common.content.tpl +++ b/templates/skin/common.content.tpl @@ -18,8 +18,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************} - -{if $smarty.server.HTTP_USER_AGENT|truncate:10:'' eq 'Mozilla/4.'} +{if !$smarty.server.HTTP_USER_AGENT|regex_replace:"/^Mozilla\/(3|4\.[^0]).*$/":""}

ATTENTION !

-- 2.1.4