Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / registerActivation.tpl
index 7c33ae05f5b07236f626acd3637f6b827b88bd0a..4f268c51f8bb4d1042b7b6ef66ba0ea0c5cfbf88 100644 (file)
@@ -1,30 +1,5 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.registerActivation{/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">
-       <div class="contentHeaderTitle">
-               <h1 class="contentTitle">{lang}wcf.user.registerActivation{/lang}</h1>
-       </div>
-       
-       {hascontent}
-               <nav class="contentHeaderNavigation">
-                       <ul>
-                               {content}{event name='contentHeaderNavigation'}{/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</header>
-
-{include file='userNotice'}
-
 {if $__wcf->user->userID && $__wcf->user->activationCode}<p class="info">{lang}wcf.user.registerActivation.info{/lang}</p>{/if}
 
 {include file='formError'}
@@ -68,5 +43,3 @@
 </form>
 
 {include file='footer'}
-</body>
-</html>