themes/stpatty/header.tpl
changeset 229 97ae8e9d5e29
parent 185 ab6336bfce48
child 298 39c132e69781
--- a/themes/stpatty/header.tpl	Thu Sep 27 15:55:37 2007 -0400
+++ b/themes/stpatty/header.tpl	Sat Nov 03 07:43:35 2007 -0400
@@ -9,10 +9,15 @@
     <!-- This script automatically loads the other 15 JS files -->
     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
     <!--[if lt IE 7]>
-    <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-extra/ie-fixes.css" />
+    <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-extra/ie-fixes-{STYLE_ID}.css" />
     <![endif]-->
     <script type="text/javascript">
     // <![CDATA[
+    
+      // Disable transition effects for the ACL editor
+      // (they're real slow in this theme, at least in fx/opera/IE)
+      var aclDisableTransitionFX = true;
+    
       function ajaxRenameInline()
       {
         // This trick is _so_ vBulletin...