added jQuery UI autocomplete to the tags field when editing a bookmark
[scuttle] / templates / top.inc.php
index 85c965d6d37f5baf4e8499e71c49cd9ec2ac897f..d7a6731cef34dc2ec310e1ad1957f9e04050e262 100644 (file)
@@ -6,6 +6,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link rel="icon" type="image/png" href="<?php echo $GLOBALS['root']; ?>icon.png" />
     <link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['root']; ?>scuttle.css" />
+    <link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['root']; ?>jquery-ui-1.8.9.autocomplete.css" />
     <?php
     $size = count($rsschannels);
     for ($i = 0; $i < $size; $i++) {
@@ -14,6 +15,7 @@
     ?>
     <?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']; ?>includes/jquery-ui-1.8.9.autocomplete.min.js"></script>
       <script type="text/javascript" src="<?php echo $GLOBALS['root']; ?>jsScuttle.php"></script>
     <?php endif; ?>
 </head>

Benjamin Mako Hill || Want to submit a patch?