| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: german_services.module,v 1.1.2.1 2009/04/11 18:10:52 thecrow Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 22 |
'name' => 'Mister Wong', |
'name' => 'Mister Wong', |
| 23 |
'description' => t('Bookmark this post on Mister Wong.'), |
'description' => t('Bookmark this post on Mister Wong.'), |
| 24 |
'link' => 'http://www.mister-wong.de/index.php?action=addurl&bm_url=<encoded-url>&bm_description=<encoded-title>', |
'link' => 'http://www.mister-wong.de/index.php?action=addurl&bm_url=<encoded-url>&bm_description=<encoded-title>', |
| 25 |
'icon' => 'misterwong.png', |
'icon' => drupal_get_path('module', 'service_links') .'/images/misterwong.png', |
| 26 |
); |
); |
| 27 |
$links['_de_seoigg'] = array( |
$links['_de_seoigg'] = array( |
| 28 |
'name' => 'SeoIGG', |
'name' => 'SeoIGG', |
| 44 |
'description' => t('Add to Infopirat.'), |
'description' => t('Add to Infopirat.'), |
| 45 |
'link' => 'http://infopirat.com/node/add/userlink?edit[url]=<encoded-url>&edit[title]=<encoded-title>', |
'link' => 'http://infopirat.com/node/add/userlink?edit[url]=<encoded-url>&edit[title]=<encoded-title>', |
| 46 |
); |
); |
| 47 |
$links['_de_seekXL'] = array( |
$links['_de_seekxl'] = array( |
| 48 |
'name' => 'seekXL', |
'name' => 'seekXL', |
| 49 |
'description' => t('Bookmark this post on seekXL.'), |
'description' => t('Bookmark this post on seekXL.'), |
| 50 |
'link' => 'http://social-bookmarking.seekxl.de/?add_url=<encoded-url>&title=<encoded-title>', |
'link' => 'http://social-bookmarking.seekxl.de/?add_url=<encoded-url>&title=<encoded-title>', |