/[drupal]/contributions/modules/service_links/service_links.module
ViewVC logotype

Diff of /contributions/modules/service_links/service_links.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18.2.13 by thecrow, Sun Jun 7 08:54:55 2009 UTC revision 1.18.2.14 by thecrow, Sun Aug 9 07:59:38 2009 UTC
# Line 1  Line 1 
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
# Line 402  function service_links_render($node, $no Line 402  function service_links_render($node, $no
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'));

Legend:
Removed from v.1.18.2.13  
changed lines
  Added in v.1.18.2.14

  ViewVC Help
Powered by ViewVC 1.1.6