diff options
Diffstat (limited to 'tpl/notes/index.php')
-rw-r--r-- | tpl/notes/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/notes/index.php b/tpl/notes/index.php index 1be4cd5..6c0eb99 100644 --- a/tpl/notes/index.php +++ b/tpl/notes/index.php @@ -2,6 +2,8 @@ $title = "User's notebooks"; require("tpl/general/top.php"); +echo '<div class="ordering_links">' . filters_html_full() . '</div>'; + echo "<ul>"; foreach($users as $u) { echo '<li><a href="user-notes-' . $u['id'] . '">' . $u['name'] . '</a> (' . $u['nbNotes'] . ' notes)</li>'; |