diff options
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r-- | templates/bookmarks.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 412b938..9729802 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -47,6 +47,7 @@ window.onload = playerLoad; </script> <p id="sort"> + <?php echo $total.' '.T_("bookmark(s)"); ?> - <?php echo T_("Sort by:"); ?> <a href="?sort=date_desc"><?php echo T_("Date"); ?></a><span> / </span> <a href="?sort=title_asc"><?php echo T_("Title"); ?></a><span> / </span> |