diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/aggregator.module | 2 | ||||
-rw-r--r-- | modules/aggregator/aggregator.module | 2 | ||||
-rw-r--r-- | modules/forum.module | 2 | ||||
-rw-r--r-- | modules/forum/forum.module | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module index d464c7aa1..f2d132c62 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -997,7 +997,7 @@ function theme_aggregator_block_item($item, $feed = 0) { global $user; if ($user->uid && module_exist('blog') && user_access('maintain personal blog')) { - $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.gif') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>'; + $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.png') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>'; } // external link diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index d464c7aa1..f2d132c62 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -997,7 +997,7 @@ function theme_aggregator_block_item($item, $feed = 0) { global $user; if ($user->uid && module_exist('blog') && user_access('maintain personal blog')) { - $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.gif') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>'; + $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.png') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>'; } // external link diff --git a/modules/forum.module b/modules/forum.module index d850caa58..d112fff88 100644 --- a/modules/forum.module +++ b/modules/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=\"\" />"; } 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=\"\" />"; } |