diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-06-20 20:04:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-06-20 20:04:28 +0000 |
commit | b713e3d489864d91bdb409fc4791cff404356fc2 (patch) | |
tree | f2cfc19680e3f0427a6d8f9bcb6f704aaa84551b /modules/forum/forum.module | |
parent | c2d7419f23dd2929e7178e2f09f327e08faa348b (diff) | |
download | brdo-b713e3d489864d91bdb409fc4791cff404356fc2.tar.gz brdo-b713e3d489864d91bdb409fc4791cff404356fc2.tar.bz2 |
- 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.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "<img src=\"$file\" alt=\"\" title=\"\" />"; } |