aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorWill Uther <http://www.cse.unsw.edu.au/~willu/>2009-07-26 16:22:56 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-26 16:22:56 +0100
commit01e4cb1464d07afb22d22bf98116a3ed9126612b (patch)
treea2b6543ef6b21dc62dbf9ca7076e6ef37ba5734b /templates/page.tmpl
parent0c04985c0793f8767f8944c4e1f9d60328a9bee2 (diff)
downloadikiwiki-01e4cb1464d07afb22d22bf98116a3ed9126612b.tar
ikiwiki-01e4cb1464d07afb22d22bf98116a3ed9126612b.tar.gz
Add getsource plugin
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 8622d1a01..599758cc7 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -50,6 +50,9 @@
<TMPL_IF NAME="HISTORYURL">
<li><a href="<TMPL_VAR HISTORYURL>">History</a></li>
</TMPL_IF>
+<TMPL_IF NAME="GETSOURCEURL">
+<li><a href="<TMPL_VAR GETSOURCEURL>">Get Source</a></li>
+</TMPL_IF>
<TMPL_IF NAME="PREFSURL">
<li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li>
</TMPL_IF>