diff options
author | Will Uther <http://www.cse.unsw.edu.au/~willu/> | 2009-07-26 16:22:56 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-26 16:22:56 +0100 |
commit | 01e4cb1464d07afb22d22bf98116a3ed9126612b (patch) | |
tree | a2b6543ef6b21dc62dbf9ca7076e6ef37ba5734b /templates | |
parent | 0c04985c0793f8767f8944c4e1f9d60328a9bee2 (diff) |
Add getsource plugin
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 3 |
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> |