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:
2360e85
)
Too many tags …
author
Luzifr
<szekely@woltlab.com>
Tue, 14 Feb 2012 13:21:14 +0000
(14:21 +0100)
committer
Luzifr
<szekely@woltlab.com>
Tue, 14 Feb 2012 13:21:14 +0000
(14:21 +0100)
com.woltlab.wcf/template/redirect.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/template/redirect.tpl
b/com.woltlab.wcf/template/redirect.tpl
index 18840b671d4375c3210e7a43da3eba6c05c9a126..1131f3ed3071258d00b5fcef6ba707f012af3e74 100644
(file)
--- a/
com.woltlab.wcf/template/redirect.tpl
+++ b/
com.woltlab.wcf/template/redirect.tpl
@@
-7,16
+7,12
@@
<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
{include file='header' sandbox=false}
-
-<div id="main" class="wcf-main">
<div class="wcf-success">
<p>{@$message}</p>
<p><a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a></p>
</div>
-
-</div>
-
+
{include file='footer' sandbox=false}
</body>
</html>
\ No newline at end of file