| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: russian_services.module,v 1.1.2.3 2009/08/09 14:54:04 thecrow Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 29 |
'link' => 'http://www.mister-wong.ru/index.php?action=addurl&bm_url=<encoded-url>&bm_description=<encoded-title>', |
'link' => 'http://www.mister-wong.ru/index.php?action=addurl&bm_url=<encoded-url>&bm_description=<encoded-title>', |
| 30 |
'name' => 'Mister Wong', |
'name' => 'Mister Wong', |
| 31 |
'description' => t('Bookmark this post on Mister Wong'), |
'description' => t('Bookmark this post on Mister Wong'), |
| 32 |
'icon' => 'misterwong.png', |
'icon' => drupal_get_path('module', 'service_links') .'/images/misterwong.png', |
| 33 |
); |
); |
| 34 |
|
|
| 35 |
$links['_ru_memori'] = array( |
$links['_ru_memori'] = array( |
| 57 |
); |
); |
| 58 |
|
|
| 59 |
$links['_ru_yandex'] = array( |
$links['_ru_yandex'] = array( |
| 60 |
'link' => 'http://zakladki.yandex.ru/addlink.xml?create_link=&name=<encoded-title>&url=<encoded-url>&descr=<teaser>&tags=<tags>&folder_id=<source>&newfolder=0&create_link=0', |
'link' => 'http://zakladki.yandex.ru/addlink.xml?create_link=&name=<encoded-title>&url=<encoded-url>&descr=<encoded-teaser>&tags=<tags>&folder_id=<source>&newfolder=0&create_link=0', |
| 61 |
'name' => 'Yandex', |
'name' => 'Yandex', |
| 62 |
'description' => t('Bookmark this post on Yandex'), |
'description' => t('Bookmark this post on Yandex'), |
| 63 |
); |
); |
| 81 |
); |
); |
| 82 |
|
|
| 83 |
$links['_ru_communizm'] = array( |
$links['_ru_communizm'] = array( |
| 84 |
'link' => 'http://communizm.ru/index.php?mode=addstory&title=<encoded-title>&link=<encoded-url>&description=<teaser>', |
'link' => 'http://communizm.ru/index.php?mode=addstory&title=<encoded-title>&link=<encoded-url>&description=<encoded-teaser>', |
| 85 |
'name' => 'Communizm', |
'name' => 'Communizm', |
| 86 |
'description' => t('Bookmark this post on Communizm'), |
'description' => t('Bookmark this post on Communizm'), |
| 87 |
); |
); |