Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / search.tpl
index 9191e57009a9766876f0adf99bb8c7eafe336334..2a28ff89f028f32e5b0f0d21472ea35fd9892f86 100644 (file)
@@ -1,21 +1,5 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.search.title{/lang} - {PAGE_TITLE|language}</title>
-       
-       {include file='headInclude'}
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
-
 {include file='header'}
 
-<header class="contentHeader">
-       <h1 class="contentTitle">{lang}wcf.search.title{/lang}</h1>
-</header>
-
-{include file='userNotice'}
-
 {include file='formError'}
 
 {if $errorMessage|isset}
        </div>
 </form>
 
-{include file='footer'}
-
 <script data-relocate="true">
        //<![CDATA[
        $(function() {
        //]]>
 </script>
 
-</body>
-</html>
+{include file='footer'}