From bfbe73702d214b1d27f050c5d3142575d43c1400 Mon Sep 17 00:00:00 2001
From: Denis Walker <dez@sucs.org>
Date: Sat, 13 Nov 2010 00:44:42 +0000
Subject: [PATCH] Makes the cb rounded corners/shadow javascript IE-only

---
 templates/head.tpl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/head.tpl b/templates/head.tpl
index a5ea306..e073c93 100644
--- a/templates/head.tpl
+++ b/templates/head.tpl
@@ -7,7 +7,6 @@
 	<link rel="SHORTCUT ICON" href="/favicon.ico" />
 	<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
 
-	<script type="text/javascript" src="/js/cb.js"></script>
 	<script type="text/javascript" src="/videos/talks/ufo.js"></script>
 	
 	<link rel="stylesheet" type="text/css" href="{$baseurl}/css/common.css" media="screen,print" />
@@ -42,6 +41,9 @@
 {/foreach}	
 {/if}
 
+<!--[if IE]>
+	<script type="text/javascript" src="/js/cb.js"></script>
+<![endif]-->
 <!--[if IE 8]>
 	<link rel="stylesheet" type="text/css" href="{$baseurl}/css/ie8.css" />
 <![endif]-->
-- 
GitLab