•   ' . OBSERVIUM_VERSION_LONG; } else { echo ''; echo OBSERVIUM_PRODUCT . ' ' . OBSERVIUM_VERSION_LONG; echo ''; } ?>
  • 5) { $div_class .= ' pre-scrollable'; } ?>

    Notifications

    '); $notification_title = ''; if (isset($notification['unixtime'])) { $timediff = get_time() - $notification['unixtime']; $notification_title .= format_uptime($timediff, "short-3") . ' ago: '; } if (isset($notification['title'])) { $notification_title .= $notification['title']; } if ($notification_title) { echo('

    ' . $notification_title . '

    '); } echo($notification['text'] . '
    '); } ?>