summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-26 01:42:00 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-26 01:42:00 +0000
commit03c98d3c79370157d94deef588415e778ab6ca87 (patch)
tree31d945dc1f59323eeebf861b615e1b1ad745f385 /templates/page.tmpl
parent0fe24ee312f7b95448b7415ff4e33e757950fa3c (diff)
header can appear more than one time, so is a class, not an id
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index fc0094121..c683d72a2 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -8,7 +8,7 @@
</head>
<body>
-<div id="header">
+<div class="header">
<span>
<TMPL_LOOP NAME="PARENTLINKS">
<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/
@@ -41,7 +41,6 @@
<TMPL_IF NAME="DISCUSSIONLINK">
<li><TMPL_VAR DISCUSSIONLINK><br /></li>
</TMPL_IF>
-
</ul>
</div>