diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-22 17:54:10 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-22 17:54:10 +0000 |
commit | 43f2ba5def1ada506fc005b6efab3da88f74930f (patch) | |
tree | 8ed98436e45308177f8be6996740fd76246a54f7 /templates | |
parent | 467d5b5e2a10aab53ade882a378a2e2c215d798c (diff) | |
download | ikiwiki-43f2ba5def1ada506fc005b6efab3da88f74930f.tar ikiwiki-43f2ba5def1ada506fc005b6efab3da88f74930f.tar.gz |
revert broken parentlinks fix, which was broken, explain why
add plugins/contrib page to avoid broken link on this wiki
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 21746f332..438fbc25d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -14,11 +14,7 @@ <div class="header"> <span> <TMPL_LOOP NAME="PARENTLINKS"> -<TMPL_IF NAME="URL"> <a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/ -<TMPL_ELSE> -<TMPL_VAR NAME=PAGE>/ -</TMPL_IF> </TMPL_LOOP> <TMPL_VAR TITLE> </span> |