projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.legalNotice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9feac2a
)
Add data attributes to body
author
Matthias Schmidt
<gravatronics@live.com>
Thu, 14 Aug 2014 17:00:03 +0000
(19:00 +0200)
committer
Matthias Schmidt
<gravatronics@live.com>
Thu, 14 Aug 2014 17:00:03 +0000
(19:00 +0200)
templates/legalNotice.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/legalNotice.tpl
b/templates/legalNotice.tpl
index 54b674d064d65da685fe1ff0af0eba5bf625b7ab..76b805a9d156876630f2ab50330b99c27c247c40 100644
(file)
--- a/
templates/legalNotice.tpl
+++ b/
templates/legalNotice.tpl
@@
-8,7
+8,7
@@
<link rel="canonical" href="{link controller='LegalNotice'}{/link}" />
</head>
-<body id="tpl{$templateName|ucfirst}">
+<body id="tpl{$templateName|ucfirst}"
data-template="{$templateName}" data-application="{$templateNameApplication}"
>
{include file='header'}