/[drupal]/contributions/modules/service_links/services/german_services.module
ViewVC logotype

Diff of /contributions/modules/service_links/services/german_services.module

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

revision 1.1.2.1, Sat Apr 11 18:10:52 2009 UTC revision 1.1.2.2, Fri Aug 14 00:36:27 2009 UTC
# Line 1  Line 1 
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
# Line 22  function german_services_service_links() Line 22  function german_services_service_links()
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',
# Line 44  function german_services_service_links() Line 44  function german_services_service_links()
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>',

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2