diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 00:52:57 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 00:52:57 +0000 |
commit | 2d4bf757fb63d7d9e7ccfbbbd0e1913fa5dacae5 (patch) | |
tree | e8daf226fdc5d507eb3517bda44c163949a223ea /templates | |
parent | f4a6a03de6b64252006d7b56314450f6d8b4fa20 (diff) | |
download | ikiwiki-2d4bf757fb63d7d9e7ccfbbbd0e1913fa5dacae5.tar ikiwiki-2d4bf757fb63d7d9e7ccfbbbd0e1913fa5dacae5.tar.gz |
- Add Discussion links to the button bar, these will automatically create
/Discussion subpages.
- Fix linking to DNE pages in some edge cases.
- Fix --rebuild (oops)
- Fix propigation of "from" field trru the login process when creating a
new page.a
- Ideas for change notification.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 619b437b9..4531157ba 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -21,6 +21,8 @@ <a href="<TMPL_VAR HISTORYURL>">History</a> </TMPL_IF> +<TMPL_VAR DISCUSSIONLINK><br> + <hr> <TMPL_VAR CONTENT> <hr> |