projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1fbe68
)
Added missing ID & Comment
author
Luzifr
<szekely@woltlab.com>
Mon, 24 Oct 2011 15:50:09 +0000
(17:50 +0200)
committer
Luzifr
<szekely@woltlab.com>
Mon, 24 Oct 2011 15:50:09 +0000
(17:50 +0200)
com.woltlab.wcf/template/header.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/template/header.tpl
b/com.woltlab.wcf/template/header.tpl
index 71c87203b0b4ccbd5420b9a945f39b3f74071589..109622a914af88d14a0b1551f066166030e40aa7 100644
(file)
--- a/
com.woltlab.wcf/template/header.tpl
+++ b/
com.woltlab.wcf/template/header.tpl
@@
-1,6
+1,6
@@
<a id="top"></a>
<!-- HEADER -->
-<header class="pageHeader">
+<header
id="pageHeader"
class="pageHeader">
<div>
{hascontent}
<!-- top menu -->
@@
-49,6
+49,8
@@
<!-- MAIN -->
<div id="main" class="main">
<div>
+
+ <!-- CONTENT -->
<section id="content" class="content">
{include file='breadcrumbs' sandbox=false}
\ No newline at end of file