diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-21 02:38:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-21 02:38:17 +0000 |
commit | 5fe80a63716bd47a501a5fdd32f25d0030e4048f (patch) | |
tree | 566c26cce5f19dc881a361d63a889ae3dc55875a /templates | |
parent | b7d3a12c5c8d2c41ebba091884a68e009344c3e5 (diff) | |
download | ikiwiki-5fe80a63716bd47a501a5fdd32f25d0030e4048f.tar ikiwiki-5fe80a63716bd47a501a5fdd32f25d0030e4048f.tar.gz |
prefs page implemented
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 141d86a10..1e484056e 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -21,6 +21,10 @@ <a href="<TMPL_VAR HISTORYURL>">History</a> </TMPL_IF> +<TMPL_IF NAME="PREFSURL"> +<a href="<TMPL_VAR PREFSURL>">Preferences</a> +</TMPL_IF> + <TMPL_VAR DISCUSSIONLINK><br> <hr> |