Added header above bookmarks in order to sort by name or date.
This commit is contained in:
@@ -21,7 +21,7 @@ function list_bookmarks ($bookmarks, $show_checkbox, $show_folder, $show_icon, $
|
||||
$tree = & new folder;
|
||||
}
|
||||
|
||||
echo '<form name="bookmarks" action="">' . "\n";
|
||||
echo '<form name="bookmarks" action="" class="nav">' . "\n";
|
||||
|
||||
foreach ($bookmarks as $value) {
|
||||
echo '<div class="bookmark">' . "\n";
|
||||
|
||||
Reference in New Issue
Block a user