From b713e3d489864d91bdb409fc4791cff404356fc2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Jun 2004 20:04:28 +0000 Subject: - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and to get of proprietary formats). - Added forum-sticky.png. Made by Steven. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index d850caa58..d112fff88 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -703,7 +703,7 @@ function _forum_icon($new_posts, $num_posts = 0, $comment_mode = 0) { } // default - $file = $base_path ."/forum-$icon.gif"; + $file = $base_path ."/forum-$icon.png"; $output = "\"\""; } -- cgit v1.2.3