themes/stpatty/header.tpl
changeset 151 824821224153
parent 81 d7fc25acd3f3
child 185 ab6336bfce48
equal deleted inserted replaced
146:fa3dab3cfb08 151:824821224153
    11     <!--[if lt IE 7]>
    11     <!--[if lt IE 7]>
    12     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-extra/ie-fixes.css" />
    12     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-extra/ie-fixes.css" />
    13     <![endif]-->
    13     <![endif]-->
    14     <script type="text/javascript">
    14     <script type="text/javascript">
    15     // <![CDATA[
    15     // <![CDATA[
       
    16     
       
    17       // Disable transition effects for the ACL editor
       
    18       // (they're real slow in this theme, at least in fx/opera/IE)
       
    19       var aclDisableTransitionFX = true;
       
    20     
    16       function ajaxRenameInline()
    21       function ajaxRenameInline()
    17       {
    22       {
    18         // This trick is _so_ vBulletin...
    23         // This trick is _so_ vBulletin...
    19         elem = document.getElementById('pagetitle');
    24         elem = document.getElementById('pagetitle');
    20         if(!elem) return;
    25         if(!elem) return;