From b0081e5ac9275ffdf9b7042f305e17315fa77682 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 Jun 2003 19:31:27 +0000 Subject: - Bring back the "blog it" icon. Patch #47 by Al. Thanks. (I don't like the suggested icon so I suggest we continue to use the existing one, which I don't like either but oh well. Thoughts?) --- modules/aggregator/aggregator.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 9eb9b1aa1..3b4fcdeff 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -71,8 +71,7 @@ function import_format_item($item, $feed = 0) { global $user; if ($user->uid && user_access("maintain personal blog")) { -// $output .= " ". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."))); - $output .= "
(". l("b", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."))) .")
"; + $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; } // external link -- cgit v1.2.3