Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / avatarEdit.tpl
index ac66906b2c40c06dd30e4bd3d368dfd759070173..eba0a80bdbf21088001da50e32ab669c379de759 100644 (file)
@@ -1,7 +1,3 @@
-{capture assign='pageTitle'}{lang}wcf.user.avatar.edit{/lang} - {lang}wcf.user.usercp{/lang}{/capture}
-
-{capture assign='contentTitle'}{lang}wcf.user.avatar.edit{/lang}{/capture}
-
 {include file='userMenuSidebar'}
 
 {include file='header'}
                        });
                        
                        {if !$__wcf->user->disableAvatar}
-                       {if $__wcf->getUserProfileHandler()->getAvatar()->canCrop()}
-                       new WCF.User.Avatar.Upload(0, new WCF.User.Avatar.Crop({@$__wcf->getUserProfileHandler()->getAvatar()->avatarID}));
-                       {else}
-                       new WCF.User.Avatar.Upload();
-                       {/if}
+                               {if $__wcf->getUserProfileHandler()->getAvatar()->canCrop()}
+                                       new WCF.User.Avatar.Upload(0, new WCF.User.Avatar.Crop({@$__wcf->getUserProfileHandler()->getAvatar()->avatarID}));
+                               {else}
+                                       new WCF.User.Avatar.Upload();
+                               {/if}
                        {/if}
                });
                //]]>