Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / userException.tpl
index b04be1a47a90f1c1d4357628f0b6ec8c7775e554..2f437fb389e4fe8ee88d0c81ae2fa8d6fb5dbfb1 100644 (file)
@@ -1,11 +1,4 @@
-{include file="documentHeader"}
-<head>
-       <title>{lang}wcf.global.error.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
-       
-       {include file='headInclude'}
-</head>
-
-<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
+{capture assign='pageTitle'}{lang}wcf.global.error.title{/lang}{/capture}
 
 {include file='header' __disableAds=true}
        
@@ -29,6 +22,3 @@
 {/if}
 
 {include file='footer' __disableAds=true}
-
-</body>
-</html>