Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / registerNewActivationCode.tpl
index 38a307bf9aa6c3947fafd7e3815ff20129bda8f6..ee0e239f1c5b95d4db5257e6b7b8a247dfadd240 100644 (file)
@@ -1,30 +1,5 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.newActivationCode{/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.newActivationCode{/lang}</h1>
-       </div>
-       
-       {hascontent}
-               <nav class="contentHeaderNavigation">
-                       <ul>
-                               {content}{event name='contentHeaderNavigation'}{/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</header>
-
-{include file='userNotice'}
-
 {include file='formError'}
 
 <form method="post" action="{link controller='RegisterNewActivationCode'}{/link}">
@@ -88,6 +63,3 @@
 </form>
 
 {include file='footer'}
-
-</body>
-</html>