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:
2c566f6
)
Inserted template events
author
Alexander Ebert
<ebert@woltlab.com>
Wed, 14 Sep 2011 16:14:40 +0000
(18:14 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Wed, 14 Sep 2011 16:14:40 +0000
(18:14 +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 90ac45680cdede974f0a698723aec63c72f05046..c6b6ba1dd2b9fb9d1d943b993d7a8cfb311bd2a7 100644
(file)
--- a/
com.woltlab.wcf/template/header.tpl
+++ b/
com.woltlab.wcf/template/header.tpl
@@
-1,8
+1,12
@@
<a id="top"></a>
<header class="pageHeader">
+ {event name='pageHeaderStart'}
+
{include file=headerMenu}
{include file='breadcrumbs' sandbox=false}
+
+ {event name='pageHeaderEnd'}
</header>
<div id="main" class="main">