You are here

hungarian_services.module in Service links 7.2

Same filename and directory in other branches
  1. 6.2 services/hungarian_services.module

Extends Service Links with Hungarian services.

@author Denes Szabo

File

services/hungarian_services.module
View source
<?php

/**
 * @file
 * Extends Service Links with Hungarian services.
 *
 * @author Denes Szabo
 */

/**
 * Implements hook_service_links().
 */
function hungarian_services_service_links() {
  $links = array();
  $links['_hu_iwiw'] = array(
    'name' => 'IWIW',
    'description' => t('Add to iWiW'),
    'link' => 'http://iwiw.hu/pages/share/share.jsp?u=<encoded-url>&t=<encoded-title>',
  );
  return $links;
}

Functions