Index: drupal/modules/forum/forum.css =================================================================== RCS file: /cvs/drupal/drupal/modules/forum/forum.css,v retrieving revision 1.8 diff -u -r1.8 forum.css --- drupal/modules/forum/forum.css 28 Apr 2010 20:08:38 -0000 1.8 +++ drupal/modules/forum/forum.css 7 Aug 2010 01:02:22 -0000 @@ -24,4 +24,32 @@ #forum div.indent { margin-left: 20px; } - +#forum td.icon div { + background-image: url(../../misc/forum-icons.png); + background-repeat: no-repeat; + width: 24px; +} +#forum td.icon .topic-status-default { + background-position: 0 0; + height: 23px; +} +#forum td.icon .topic-status-new { + background-position: 0 -23px; + height: 23px; +} +#forum td.icon .topic-status-hot { + background-position: 0 -46px; + height: 24px; +} +#forum td.icon .topic-status-hot-new { + background-position: 0 -70px; + height: 24px; +} +#forum td.icon .topic-status-sticky { + background-position: 0 -94px; + height: 23px; +} +#forum td.icon .topic-status-closed { + background-position: 0 -117px; + height: 23px; +} \ No newline at end of file Index: drupal/modules/forum/forum-icon.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/modules/forum/forum-icon.tpl.php,v retrieving revision 1.6 diff -u -r1.6 forum-icon.tpl.php --- drupal/modules/forum/forum-icon.tpl.php 9 Oct 2009 00:59:59 -0000 1.6 +++ drupal/modules/forum/forum-icon.tpl.php 7 Aug 2010 01:02:22 -0000 @@ -14,12 +14,14 @@ * @see theme_forum_icon() */ ?> +
- "misc/forum-$icon.png")) ?> + +
\ No newline at end of file