Browse Source

! New icon fun.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
5486a5bd44

+ 1 - 1
Themes/default/BoardIndex.template.php

@@ -367,7 +367,7 @@ function template_info_center()
 	echo '
 			<div class="title_barIC">
 				<h4 class="titlebg">
-						', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<img class="icon" src="', $settings['images_url'], '/icons/online.png', '" alt="" />', $txt['online_users'], '', $context['show_who'] ? '</a>' : '', '
+						', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<span class="stats_icon people"></span>', $txt['online_users'], '', $context['show_who'] ? '</a>' : '', '
 					</h4>
 			</div>
 			<p class="inline">

+ 4 - 1
Themes/default/css/index.css

@@ -3435,7 +3435,7 @@ img.centericon {
 .stats_icon.posters {
 	background-position: -16px 0;
 }
-.stats_icon.replies, .stats_icon.starters {
+.stats_icon.replies {
 	background-position: -32px 0;
 }
 .stats_icon.history {
@@ -3444,6 +3444,9 @@ img.centericon {
 .stats_icon.views {
 	background-position: -64px 0;
 }
+.stats_icon.starters, .stats_icon.people {
+	background-position: -80px 0;
+}
 dl.stats {
 	clear: both;
 	overflow: hidden;

BIN
Themes/default/images/stats_icons.png