summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-15 00:56:19 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-15 00:56:19 +0100
commitd1eba95cdc221b977dedb07e84f41db51c812915 (patch)
treea1d6ee209b1a2b759d197d16c9ddcf07c14abc9b /templates/page.tmpl
parentb41cc4b15bc096f00791afc2c7dca95adc1cce77 (diff)
More CSS hooks for page.tmpl.
I notice madduck.net already has a similar change :-)
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index d39c9aa2a..68b15d81d 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -20,9 +20,12 @@
<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>
<TMPL_IF NAME="SEARCHFORM">