Browse Source

! And a lurking icon for the generic popup

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
351c03378c
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Subs.php
  2. BIN
      Themes/default/images/im_sm_newmsg.png

+ 1 - 1
Sources/Subs.php

@@ -2956,7 +2956,7 @@ function setupThemeContext($forceload = false)
 			new smc_Popup({
 				heading: ' . JavaScriptEscape($txt['show_personal_messages_heading']) . ',
 				content: ' . JavaScriptEscape(sprintf($txt['show_personal_messages'], $context['user']['unread_messages'], $scripturl . '?action=pm')) . ',
-				icon: smf_images_url + \'/im_sm_newmsg.png\'
+				icon_class: \'generic_icons mail_new\'
 			});
 		});');
 

BIN
Themes/default/images/im_sm_newmsg.png