- Allow blacklisting and whitelisting of e-mail addresses used for new user accounts
[scuttle] / templates / top.inc.php
index 64213fd25fa5303a6d619574a4588d38ce223bd6..87f9f26589d5572069f86636ecc1f696b2a6dcc7 100644 (file)
     for ($i = 0; $i < $size; $i++) {
         echo '<link rel="alternate" type="application/rss+xml" title="'. $rsschannels[$i][0] .'" href="'. $rsschannels[$i][1] .'" />';
     }
-    if ($loadjs) {
-        echo '<script type="text/javascript" src="'. $GLOBALS['root'] .'jsScuttle.php"></script>';
-    }
     ?>
+    <?php if ($loadjs): ?>
+      <script type="text/javascript" src="<?php echo $GLOBALS['root']; ?>includes/jquery-1.4.4.min.js"></script>
+      <script type="text/javascript" src="<?php echo $GLOBALS['root']; ?>jsScuttle.php"></script>
+    <?php endif; ?>
 </head>
 <body>
 

Benjamin Mako Hill || Want to submit a patch?