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/aggregator.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/aggregator.module')
-rw-r--r-- | modules/aggregator.module | 2 |
1 files changed, 1 insertions, 1 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 |