From 03685416017163d38f4ef1239ca50df1e38a242a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 29 Apr 2018 12:08:02 +0200 Subject: Add some links with ?p= --- tpl/notes/user.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tpl/notes/user.php') diff --git a/tpl/notes/user.php b/tpl/notes/user.php index 06099ac..9a1ef0b 100644 --- a/tpl/notes/user.php +++ b/tpl/notes/user.php @@ -3,13 +3,13 @@ $title = "Bloc-notes de " . $note_owner['name'] ; require("tpl/general/top.php"); function f($n) { - return '' . $n['title'] . ''; + return '' . $n['title'] . ''; } require("tpl/general/inc_tree.php"); tree($notes_tree, @f); if ($note_owner['id'] == $user['id']) { - echo 'nouvelle note'; + echo 'nouvelle note'; } echo '
'; @@ -19,7 +19,7 @@ foreach($users as $u) { if ($u['id'] == $userid) { echo '
  • ' . $u['name'] . ' (' . $u['nbNotes'] . ' notes)
  • '; } else { - echo '
  • ' . $u['name'] . ' (' . $u['nbNotes'] . ' notes)
  • '; + echo '
  • ' . $u['name'] . ' (' . $u['nbNotes'] . ' notes)
  • '; } } echo ""; -- cgit v1.2.3