aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-14 20:38:08 -0400
committerJoey Hess <joey@kitenet.net>2010-05-14 20:38:08 -0400
commit3dd98a3b3f66555ca3d83ec6940a9cd11cf8bec7 (patch)
treea576b7cc02f5fccac70cd1fd4ee7d6e574479780 /templates
parentce731ec33fc4b30fae1f99be7476d9cb1c494fc9 (diff)
downloadikiwiki-3dd98a3b3f66555ca3d83ec6940a9cd11cf8bec7.tar
ikiwiki-3dd98a3b3f66555ca3d83ec6940a9cd11cf8bec7.tar.gz
put back recentchangesurl
On second thought, misctemplate can use pagetemplate hooks to provide it, so it's better to keep back-compat, and allow full customisation of how it's displayed via the template.
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 049d31ad5..3bb7197f0 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -61,6 +61,9 @@
<TMPL_IF EDITURL>
<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
</TMPL_IF>
+<TMPL_IF RECENTCHANGESURL>
+<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
+</TMPL_IF>
<TMPL_IF HISTORYURL>
<li><a href="<TMPL_VAR HISTORYURL>">History</a></li>
</TMPL_IF>