Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / redirect.tpl
index 7d3c62e98b5c17e8f232647a444c28c8595f78ae..6c1de338fb0a485f526c01b8b10325f10543d8ba 100644 (file)
@@ -1,14 +1,8 @@
-{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>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
+{/capture}
 
 {include file='header' __disableAds=true}
 
@@ -18,6 +12,3 @@
 </div>
 
 {include file='footer' __disableAds=true}
-
-</body>
-</html>