| 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 |
| 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 |
} |
} |