HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/i/e/s/iestorre/www2/modules/service_links/services/hungarian_services.module
<?php

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

/**
 * Implementation of 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;
}