Made admin theme use jsres instead of JS_{HEADER,FOOTER} because of incompatibilities with Runt
authorDan
Tue, 22 Jul 2008 17:05:10 -0500
changeset 657 8525475e27d5
parent 656 24de7d08b7ea
child 658 49dee7f374bf
Made admin theme use jsres instead of JS_{HEADER,FOOTER} because of incompatibilities with Runt
themes/admin/footer.tpl
themes/admin/header.tpl
--- a/themes/admin/footer.tpl	Tue Jul 22 17:04:18 2008 -0500
+++ b/themes/admin/footer.tpl	Tue Jul 22 17:05:10 2008 -0500
@@ -38,6 +38,6 @@
     </tr>
     </table>
     
-    {JS_FOOTER}
+    <script type="text/javascript" src="{CDNPATH}/themes/admin/js/menu.js"></script>
   </body>
 </html>
--- a/themes/admin/header.tpl	Tue Jul 22 17:04:18 2008 -0500
+++ b/themes/admin/header.tpl	Tue Jul 22 17:05:10 2008 -0500
@@ -9,8 +9,7 @@
     <link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css-ie/iefixes.css" />
     <![endif]-->
     {JS_DYNAMIC_VARS}
-    {JS_HEADER}
-    <script type="text/javascript" src="{CDNPATH}/themes/admin/js/menu.js"></script>
+    <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script>
     {ADDITIONAL_HEADERS}
     </head>
   <body>