+
+
+
+
+
+
My Bookmarks
+
+
+ query ($query)) {
+ $bookmarks = array ();
+ while ($row = mysql_fetch_assoc ($mysql->result)) {
+ array_push ($bookmarks, $row);
+ }
+ if (count ($bookmarks) > 0) {
+ require_once (ABSOLUTE_PATH . "bookmarks.php");
+ list_bookmarks ($bookmarks,
+ true,
+ true,
+ $settings['show_bookmark_icon'],
+ true,
+ $settings['show_bookmark_description'],
+ $settings['show_column_date'],
+ $settings['show_column_edit'],
+ $settings['show_column_move'],
+ $settings['show_column_delete'],
+ $settings['show_public']);
+ }
+ else {
+ echo '
My Bookmarks
+ No Bookmarks found matching ' . $search . '.
';
+ }
+ }
+ else {
+ message ($mysql->error);
+ }
+
+ ?>
+
+
@@ -107,6 +166,9 @@ else {
+
+
+