|
@@ -431,7 +431,7 @@ function ssi_recentTopics($num_recent = 8, $exclude_boards = null, $include_boar
|
|
|
$include_boards = array();
|
|
|
}
|
|
|
|
|
|
- $stable_icons = array('xx', 'thumbup', 'thumbdown', 'exclamation', 'question', 'lamp', 'smiley', 'angry', 'cheesy', 'grin', 'sad', 'wink', 'moved', 'recycled', 'wireless');
|
|
|
+ $stable_icons = array('xx', 'thumbup', 'thumbdown', 'exclamation', 'question', 'lamp', 'smiley', 'angry', 'cheesy', 'grin', 'sad', 'wink', 'poll', 'moved', 'recycled', 'wireless');
|
|
|
$icon_sources = array();
|
|
|
foreach ($stable_icons as $icon)
|
|
|
$icon_sources[$icon] = 'images_url';
|
|
@@ -1629,7 +1629,7 @@ function ssi_boardNews($board = null, $limit = null, $start = null, $length = nu
|
|
|
$smcFunc['db_free_result']($request);
|
|
|
|
|
|
// Load the message icons - the usual suspects.
|
|
|
- $stable_icons = array('xx', 'thumbup', 'thumbdown', 'exclamation', 'question', 'lamp', 'smiley', 'angry', 'cheesy', 'grin', 'sad', 'wink', 'moved', 'recycled', 'wireless');
|
|
|
+ $stable_icons = array('xx', 'thumbup', 'thumbdown', 'exclamation', 'question', 'lamp', 'smiley', 'angry', 'cheesy', 'grin', 'sad', 'wink', 'poll', 'moved', 'recycled', 'wireless');
|
|
|
$icon_sources = array();
|
|
|
foreach ($stable_icons as $icon)
|
|
|
$icon_sources[$icon] = 'images_url';
|