summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-15 01:27:17 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-15 01:27:17 +0100
commit2df8696b5f234095a89182e53279fb6c61258711 (patch)
tree5a3dc5f7e9979fe463a5727d8b88de673dc1c6b4 /templates
parent6ebea774c85502377681165e27093a3bd3a61f30 (diff)
parent49fac7fbdb4998734c654d2a308cd1defbe3b3e6 (diff)
Merge commit 'origin/master'
Diffstat (limited to 'templates')
-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>