From: Marcel Werk Date: Thu, 8 Mar 2018 12:21:14 +0000 (+0100) Subject: Added missing __sidebarLeftHasMenu parameter X-Git-Tag: 3.1.1~19 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=524f0f912178052dfc3d349d8d591dd3be32dd7e;p=GitHub%2FWoltLab%2FWCF.git Added missing __sidebarLeftHasMenu parameter --- diff --git a/com.woltlab.wcf/templates/accountManagement.tpl b/com.woltlab.wcf/templates/accountManagement.tpl index 487bf9b8a1..c32acd48f5 100644 --- a/com.woltlab.wcf/templates/accountManagement.tpl +++ b/com.woltlab.wcf/templates/accountManagement.tpl @@ -1,6 +1,6 @@ {include file='userMenuSidebar'} -{include file='header' __disableAds=true} +{include file='header' __disableAds=true __sidebarLeftHasMenu=true} {include file='formError'} diff --git a/com.woltlab.wcf/templates/avatarEdit.tpl b/com.woltlab.wcf/templates/avatarEdit.tpl index 6afd38c088..9ac2dcf18e 100644 --- a/com.woltlab.wcf/templates/avatarEdit.tpl +++ b/com.woltlab.wcf/templates/avatarEdit.tpl @@ -1,6 +1,6 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __disableAds=true __sidebarLeftHasMenu=true} {if $__wcf->user->disableAvatar}

{lang}wcf.user.avatar.error.disabled{/lang}

diff --git a/com.woltlab.wcf/templates/following.tpl b/com.woltlab.wcf/templates/following.tpl index 771b5ea547..1409187942 100644 --- a/com.woltlab.wcf/templates/following.tpl +++ b/com.woltlab.wcf/templates/following.tpl @@ -1,6 +1,6 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __sidebarLeftHasMenu=true} {hascontent}
diff --git a/com.woltlab.wcf/templates/ignoredUsers.tpl b/com.woltlab.wcf/templates/ignoredUsers.tpl index 866ff63075..11fc4a8e7a 100644 --- a/com.woltlab.wcf/templates/ignoredUsers.tpl +++ b/com.woltlab.wcf/templates/ignoredUsers.tpl @@ -1,6 +1,6 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __sidebarLeftHasMenu=true} {hascontent}
diff --git a/com.woltlab.wcf/templates/notificationList.tpl b/com.woltlab.wcf/templates/notificationList.tpl index 99e585d228..7f40d3e3d3 100644 --- a/com.woltlab.wcf/templates/notificationList.tpl +++ b/com.woltlab.wcf/templates/notificationList.tpl @@ -27,7 +27,7 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __sidebarLeftHasMenu=true} {hascontent}
diff --git a/com.woltlab.wcf/templates/notificationSettings.tpl b/com.woltlab.wcf/templates/notificationSettings.tpl index 4ecf391173..f1849ada96 100644 --- a/com.woltlab.wcf/templates/notificationSettings.tpl +++ b/com.woltlab.wcf/templates/notificationSettings.tpl @@ -6,7 +6,7 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __disableAds=true __sidebarLeftHasMenu=true} {include file='formError'} diff --git a/com.woltlab.wcf/templates/signatureEdit.tpl b/com.woltlab.wcf/templates/signatureEdit.tpl index 142565769f..d1e34223d5 100644 --- a/com.woltlab.wcf/templates/signatureEdit.tpl +++ b/com.woltlab.wcf/templates/signatureEdit.tpl @@ -1,6 +1,6 @@ {include file='userMenuSidebar'} -{include file='header' __disableAds=true} +{include file='header' __disableAds=true __sidebarLeftHasMenu=true} {include file='formError'}