Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / redirect.tpl
index c34cd4040182b88e58a69997e6c3487e5b5cfdfe..6c1de338fb0a485f526c01b8b10325f10543d8ba 100644 (file)
@@ -1,23 +1,14 @@
-{include file="documentHeader"}
+{capture assign='pageTitle'}{lang}wcf.global.redirect.title{/lang}{/capture}
 
-<head>
-       <title>{lang}wcf.global.redirect.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
-       
-       {include file='headInclude'}
-       
+{capture assign='headContent'}
        <meta http-equiv="refresh" content="{if $wait|isset}{@$wait}{else}10{/if};URL={$url}" />
-</head>
+{/capture}
 
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
-
-{include file='header'}
+{include file='header' __disableAds=true}
 
 <div class="{if !$status|empty}{@$status}{else}success{/if}">
        <p>{@$message}</p>
        <a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a>
 </div>
 
-{include file='footer'}
-
-</body>
-</html>
+{include file='footer' __disableAds=true}