| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: service_links.module,v 1.18.2.13 2009/06/07 08:54:55 thecrow Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 402 |
$links['service_links_yahoo'] = theme('service_links_build_link', t('Yahoo'), "http://bookmarks.yahoo.com/myresults/bookmarklet?u=$url&t=$title", t('Bookmark this post on Yahoo.'), 'yahoo.png', $nodelink); |
$links['service_links_yahoo'] = theme('service_links_build_link', t('Yahoo'), "http://bookmarks.yahoo.com/myresults/bookmarklet?u=$url&t=$title", t('Bookmark this post on Yahoo.'), 'yahoo.png', $nodelink); |
| 403 |
} |
} |
| 404 |
if (variable_get('service_links_show_buzz', 0)) { |
if (variable_get('service_links_show_buzz', 0)) { |
| 405 |
$links['service_links_buzz'] = theme('service_links_build_link', t('Buzz Up!'), "http://buzz.yahoo.com/submit/?submitUrl=$url&submitHeadline=$title&submitSummary=$summary", t('Buzz up this post on Yahoo! Buzz.'), 'buzz.png', $nodelink); |
$links['service_links_buzz'] = theme('service_links_build_link', t('Buzz Up!'), "http://buzz.yahoo.com/buzz?targetUrl=$url&headline=$title&summary=$summary", t('Buzz up this post on Yahoo! Buzz.'), 'buzz.png', $nodelink); |
| 406 |
} |
} |
| 407 |
if (variable_get('service_links_show_linkedin', 0)) { |
if (variable_get('service_links_show_linkedin', 0)) { |
| 408 |
$source = urlencode(variable_get('site_name', 'Drupal')); |
$source = urlencode(variable_get('site_name', 'Drupal')); |