summaryrefslogtreecommitdiff
path: root/tpl/notes/new.php
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-04-29 12:08:02 +0200
committerAlex Auvolat <alex@adnab.me>2018-04-29 12:08:02 +0200
commit03685416017163d38f4ef1239ca50df1e38a242a (patch)
treee6801bff28301e17ebb27812bc68c5cd6631d158 /tpl/notes/new.php
parentc69c046ff936c1853fb5bf10a5203ec30609d248 (diff)
downloadBits-03685416017163d38f4ef1239ca50df1e38a242a.tar.gz
Bits-03685416017163d38f4ef1239ca50df1e38a242a.zip
Add some links with ?p=update
Diffstat (limited to 'tpl/notes/new.php')
-rw-r--r--tpl/notes/new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/notes/new.php b/tpl/notes/new.php
index ca17f21..7ef6a59 100644
--- a/tpl/notes/new.php
+++ b/tpl/notes/new.php
@@ -3,7 +3,7 @@
require("tpl/general/top.php");
if (isset($parent)) {
- echo '<div class="small_right"><a href="view-notes-' . $parent['id'] . '">back to ' .
+ echo '<div class="small_right"><a href="?p=view-notes-' . $parent['id'] . '">back to ' .
$parent['title'] . '</a></div>';
}