| 1 |
<?php |
<?php |
| 2 |
// $Id: general_services.module,v 1.1.2.5 2009/08/14 00:36:27 robloach Exp $ |
// $Id: general_services.module,v 1.1.2.6 2009/08/14 04:01:47 robloach Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 48 |
'link' => 'http://reddit.com/submit?url=<encoded-url>&title=<encoded-title>', |
'link' => 'http://reddit.com/submit?url=<encoded-url>&title=<encoded-title>', |
| 49 |
'description' => t('Submit this post on reddit.com.'), |
'description' => t('Submit this post on reddit.com.'), |
| 50 |
); |
); |
| 51 |
|
$links['slashdot'] = array( |
| 52 |
|
'name' => 'SlashDot', |
| 53 |
|
'link' => 'http://slashdot.org/bookmark.pl?url=<encoded-url>&title=<encoded-title>', |
| 54 |
|
'description' => t('Bookmark this post on SlashDot'), |
| 55 |
|
); |
| 56 |
$links['magnoliacom'] = array( |
$links['magnoliacom'] = array( |
| 57 |
'name' => 'Magnoliacom', |
'name' => 'Magnoliacom', |
| 58 |
'link' => 'http://ma.gnolia.com/bookmarklet/add?url=<encoded-url>&title=<encoded-title>', |
'link' => 'http://ma.gnolia.com/bookmarklet/add?url=<encoded-url>&title=<encoded-title>', |