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:
52ed288
)
Placeholder for counter badges in the content title
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 10 Jul 2018 09:34:15 +0000
(11:34 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 10 Jul 2018 09:34:15 +0000
(11:34 +0200)
com.woltlab.wcf/templates/header.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/header.tpl
b/com.woltlab.wcf/templates/header.tpl
index 6dd1964f3745b0596da3a0688dad7fa00c33f6d9..57ff8cc2101baf409903a1d99e7b2fd5fd89d37e 100644
(file)
--- a/
com.woltlab.wcf/templates/header.tpl
+++ b/
com.woltlab.wcf/templates/header.tpl
@@
-122,7
+122,7
@@
{if !$contentTitle|empty}
<header class="contentHeader">
<div class="contentHeaderTitle">
- <h1 class="contentTitle">{@$contentTitle}</h1>
+ <h1 class="contentTitle">{@$contentTitle}
{if !$contentTitleBadge|empty} {@$contentTitleBadge}{/if}
</h1>
{if !$contentDescription|empty}<p class="contentHeaderDescription">{@$contentDescription}</p>{/if}
</div>