Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / avatarEdit.tpl
index 62c21721b6f0bff0bb6d83aedf85a86f5e02f4c7..eba0a80bdbf21088001da50e32ab669c379de759 100644 (file)
@@ -1,33 +1,7 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.avatar.edit{/lang} - {lang}wcf.user.usercp{/lang} - {PAGE_TITLE|language}</title>
-       
-       {include file='headInclude'}
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
-
 {include file='userMenuSidebar'}
 
 {include file='header'}
 
-<header class="contentHeader">
-       <div class="contentHeaderTitle">
-               <h1 class="contentTitle">{lang}wcf.user.avatar.edit{/lang}</h1>
-       </div>
-       
-       {hascontent}
-               <nav class="contentHeaderNavigation">
-                       <ul>
-                               {content}{event name='contentHeaderNavigation'}{/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</header>
-
-{include file='userNotice'}
-
 {if $__wcf->user->disableAvatar}
        <p class="error">{lang}wcf.user.avatar.error.disabled{/lang}</p>
 {/if}
        {/if}
 </form>
 
-{include file='footer'}
-
 {if $__wcf->getSession()->getPermission('user.profile.avatar.canUploadAvatar')}
        <script data-relocate="true">
                //<![CDATA[
        </script>
 {/if}
 
-</body>
-</html>
+{include file='footer'}