]> git.cworth.org Git - cworth.org/commitdiff
Remove parentlinks and banklinks from page template.
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 07:39:11 +0000 (00:39 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 07:39:11 +0000 (00:39 -0700)
I find these to be extremely noisy clutter. Maybe if they were nicely
style to somewhere unobtrusive they could be useful, (in which case,
I can find the necessary machinery here in the history).

templates/page.tmpl

index fd44a53be0a7e1e1a81d0950bfde16f79ef1a2b9..a645a01bb2529ac910c2ab4b842013a008295292 100644 (file)
@@ -16,9 +16,6 @@
 
 <div class="header">
 <span>
 
 <div class="header">
 <span>
-<TMPL_LOOP NAME="PARENTLINKS">
-<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/ 
-</TMPL_LOOP>
 <TMPL_VAR TITLE>
 </span>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR TITLE>
 </span>
 <TMPL_IF NAME="SEARCHFORM">
@@ -70,24 +67,6 @@ Tags:
 </div>
 </TMPL_IF>
 
 </div>
 </TMPL_IF>
 
-<TMPL_IF NAME="BACKLINKS">
-<div id="backlinks">
-Links:
-<TMPL_LOOP NAME="BACKLINKS">
-<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>
-</TMPL_LOOP>
-<TMPL_IF NAME="MORE_BACKLINKS">
-<span class="popup">...
-<span class="balloon">
-<TMPL_LOOP NAME="MORE_BACKLINKS">
-<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>
-</TMPL_LOOP>
-</span>
-</span>
-</TMPL_IF>
-</div>
-</TMPL_IF>
-
 <div class="pagedate">
 Last edited <TMPL_VAR NAME=MTIME>
 </div>
 <div class="pagedate">
 Last edited <TMPL_VAR NAME=MTIME>
 </div>