File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
com.woltlab.wcf/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696
9797 <!-- user notifications -->
9898 { if ! $__hideUserMenu |isset}
99- <li id =" userNotifications" data-count =" { # $__wcf -> getUserNotificationHandler ()-> getNotificationCount ()} " >
99+ <li id =" userNotifications" data-count =" { $__wcf -> getUserNotificationHandler ()-> getNotificationCount ()} " >
100100 <a
101101 class =" jsTooltip"
102102 href =" { link controller= ' NotificationList' } { /link} "
184184
185185 { if ! $__hideUserMenu |isset}
186186 { if $__wcf -> user -> userID && $__wcf -> session -> getPermission (' mod.general.canUseModeration' )}
187- <li id =" outstandingModeration" data-count =" { # $__wcf -> getModerationQueueManager ()-> getUnreadModerationCount ()} " >
187+ <li id =" outstandingModeration" data-count =" { $__wcf -> getModerationQueueManager ()-> getUnreadModerationCount ()} " >
188188 <a
189189 class =" jsTooltip"
190190 href =" { link controller= ' ModerationList' } { /link} "
You can’t perform that action at this time.
0 commit comments