update fix icons notifications

1.10.x
aragonc 10 years ago
parent 8e0ef604eb
commit a1940bf78b
  1. 4
      main/forum/index.php
  2. BIN
      main/img/icons/128/alert.png
  3. BIN
      main/img/icons/128/forum_group.png
  4. BIN
      main/img/icons/128/notification_mail.png
  5. BIN
      main/img/icons/128/notification_mail_na.png
  6. BIN
      main/img/icons/22/alert.png
  7. BIN
      main/img/icons/22/notification_mail.png
  8. BIN
      main/img/icons/22/notification_mail_na.png
  9. BIN
      main/img/icons/32/notification_mail.png
  10. BIN
      main/img/icons/32/notification_mail_na.png
  11. BIN
      main/img/icons/48/forum_group.png
  12. BIN
      main/img/icons/64/notification_mail.png
  13. BIN
      main/img/icons/64/notification_mail_na.png

@ -688,7 +688,7 @@ if (is_array($forumCategories)) {
$forumsInCategory
);
}
$iconnotify = 'notification_mail.png';
$iconnotify = 'notification_mail_na.png';
$session_forum_notification = isset($_SESSION['forum_notification']['forum']) ?
$_SESSION['forum_notification']['forum'] : false;
if (is_array($session_forum_notification)) {
@ -696,7 +696,7 @@ if (is_array($forumCategories)) {
$forum['forum_id'],
$session_forum_notification
)) {
$iconnotify = 'notification_mail_ok.png';
$iconnotify = 'notification_mail.png';
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 848 B

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Loading…
Cancel
Save