summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-14 21:21:16 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-14 21:21:16 -0400
commit40b25255ba84c1a0d400b55ec662de01690b5941 (patch)
tree76e43c715da264a395445119226f69d9463c5356 /templates/page.tmpl
parent76b078d587a02efaa7bf3d740bd906859fd334a5 (diff)
parentd7da4a8e16d9d4d5ad1699d73abc04c6b4039ebb (diff)
Merge branch 'master' into aggregateinternal
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index d39c9aa2a..f2f9c34cc 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -20,11 +20,15 @@
<div class="pageheader">
<div class="header">
<span>
+<span class="parentlinks">
<TMPL_LOOP NAME="PARENTLINKS">
<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/
</TMPL_LOOP>
+</span>
+<span class="title">
<TMPL_VAR TITLE>
</span>
+</span><!--.header-->
<TMPL_IF NAME="SEARCHFORM">
<TMPL_VAR SEARCHFORM>
</TMPL_IF>