diff --git a/design/privateheader.php b/design/privateheader.php index e460f1e..06e0200 100755 --- a/design/privateheader.php +++ b/design/privateheader.php @@ -1,124 +1,123 @@ - <?=display_str($PageTitle)?> - - + <?=display_str($PageTitle)?> + + - - - - + + + + - + - - - - - - - + + + + + + + - + - - + + - + - + - " /> + " /> - + - + - + use_noty(); $NewSubscriptions = false; $NotificationSpans = array(); foreach ($Notifications as $Type => $Notification) { - if ($Type === NotificationsManager::SUBSCRIPTIONS) { - $NewSubscriptions = true; - } - if ($UseNoty) { - $NotificationSpans[] = "$Notification[message]"; - } + if ($Type === NotificationsManager::SUBSCRIPTIONS) { + $NewSubscriptions = true; + } + if ($UseNoty) { + $NotificationSpans[] = "$Notification[message]"; + } } if ($UseNoty && !empty($NotificationSpans)) { - NotificationsManagerView::load_js(); + NotificationsManagerView::load_js(); } if ($NotificationsManager->is_skipped(NotificationsManager::SUBSCRIPTIONS)) { - $NewSubscriptions = Subscriptions::has_new_subscriptions(); + $NewSubscriptions = Subscriptions::has_new_subscriptions(); } ?> -
-

-