hungarian_services.module in Service links 6.2
Same filename and directory in other branches
Extends Service Links with Hungarian services.
@author Denes Szabo
File
services/hungarian_services.moduleView source
<?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;
}
Functions
Name | Description |
---|---|
hungarian_services_service_links | Implementation of hook_service_links(). |