Added header above bookmarks in order to sort by name or date.
This commit is contained in:
@@ -58,7 +58,7 @@ if (isset ($_GET['user']) && check_username ($user)) {
|
||||
|
||||
|
||||
<!-- Folders starts here. -->
|
||||
<div id="folders" style="width: <?php echo $column_width_folder; ?>; height: <?php echo $table_height; ?>;">
|
||||
<div class="folders" style="width: <?php echo $column_width_folder; ?>; height: <?php echo $table_height; ?>;">
|
||||
|
||||
<?php
|
||||
require_once (ABSOLUTE_PATH . "folders.php");
|
||||
@@ -71,7 +71,7 @@ if (isset ($_GET['user']) && check_username ($user)) {
|
||||
</div>
|
||||
|
||||
<!-- Bookmarks starts here. -->
|
||||
<div id="bookmarks" style="height: <?php echo $table_height; ?>;">
|
||||
<div class="bookmarks" style="height: <?php echo $table_height; ?>;">
|
||||
|
||||
<?php
|
||||
require_once (ABSOLUTE_PATH . "bookmarks.php");
|
||||
|
||||
Reference in New Issue
Block a user