Remove obsolete `__sidebarLeftHasMenu` parameter
authorMarcel Werk <burntime@woltlab.com>
Mon, 11 Sep 2023 10:15:17 +0000 (12:15 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 11 Sep 2023 10:15:17 +0000 (12:15 +0200)
The notification list doesn't have a left sidebar anymore.

com.woltlab.wcf/templates/notificationList.tpl

index 8e0aa6e80172592a2b3d3f1e352fef38dd0100f2..9d738f42abe89e3a9cc322138288f9994d377eb3 100644 (file)
@@ -18,7 +18,7 @@
        <li><a rel="alternate" href="{link controller='NotificationFeed'}at={@$__wcf->getUser()->userID}-{@$__wcf->getUser()->accessToken}{/link}">{lang}wcf.global.button.rss{/lang}</a></li>
 {/capture}
 
-{include file='header' __sidebarLeftHasMenu=true}
+{include file='header'}
 
 {if $notifications[notifications]}
        {assign var=lastPeriod value=''}