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

Diff of /contributions/modules/sharethis/sharethis.module

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

revision 1.1.2.5.2.3, Tue Aug 18 17:10:33 2009 UTC revision 1.1.2.5.2.4, Thu Aug 20 16:32:35 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: sharethis.module,v 1.1.2.5.2.2 2009/03/25 21:52:28 robloach Exp $  // $Id: sharethis.module,v 1.1.2.5.2.3 2009/08/18 17:10:33 robloach Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 222  function sharethis_get_js($title, $url, Line 222  function sharethis_get_js($title, $url,
222  }  }
223    
224  function theme_sharethis($title, $url, $chicklet = 'sharethis', $chickletname = 'ShareThis', $image) {  function theme_sharethis($title, $url, $chicklet = 'sharethis', $chickletname = 'ShareThis', $image) {
225      $image = base_path() . $image;
226    return "<a href='$url' title='$title' rel='nofollow' name='$chicklet' class='sharethis-button'><img src='$image' /> $chickletname</a>";    return "<a href='$url' title='$title' rel='nofollow' name='$chicklet' class='sharethis-button'><img src='$image' /> $chickletname</a>";
227  }  }

Legend:
Removed from v.1.1.2.5.2.3  
changed lines
  Added in v.1.1.2.5.2.4

  ViewVC Help
Powered by ViewVC 1.1.2