2c2
< // $Id: service_links.module,v 1.18.2.5 2007/11/05 15:02:40 apsivam Exp $
---
> // $Id: service_links.module,v 1.18.2.4 2007/10/11 17:42:44 apsivam Exp $
76,81d75
<   $form['what_links_to_show']['service_links_show_propeller'] = array(
<     '#type' => 'checkbox',
<     '#title' => t('Show Propeller link'),
<     '#return_value' => 1,
<     '#default_value' => variable_get('service_links_show_propeller', 0),
<   );
129a124,141
>   $form['what_links_to_show']['service_links_show_oknotizie'] = array(
>     '#type' => 'checkbox',
>     '#title' => t('Show OK Notizie link'),
>     '#return_value' => 1,
>     '#default_value' => variable_get('service_links_show_oknotizie', 0),
>   );
>   $form['what_links_to_show']['service_links_show_segnaloalice'] = array(
>     '#type' => 'checkbox',
>     '#title' => t('Show Segnalo Alice link'),
>     '#return_value' => 1,
>     '#default_value' => variable_get('service_links_show_segnaloalice', 0),
>   );
>   $form['what_links_to_show']['service_links_show_technoratisend'] = array(
>     '#type' => 'checkbox',
>     '#title' => t('Show Technorati send link'),
>     '#return_value' => 1,
>     '#default_value' => variable_get('service_links_show_technoratisend', 0),
>   );
335,336c347,348
<   if (variable_get('service_links_show_stumbleupon', 0)) {
<     $links['service_links_stumbleupon'] = theme('service_links_build_link', t('StumbleUpon'), "http://www.stumbleupon.com/submit?url=$url&title=$title", t('Thumb this up at StumbleUpon.'), 'stumbleit.png', $nodelink);
---
>   if (variable_get('service_links_show_facebook', 0)) {
>     $links['service_links_facebook'] = theme('service_links_build_link', t('Facebook'), "http://www.facebook.com/sharer.php?u=$url&t=$title", t('Share on Facebook.'), 'facebook.png', $nodelink);
338,339c350,351
<   if (variable_get('service_links_show_propeller', 0)) {
<     $links['service_links_propeller'] = theme('service_links_build_link', t('Propeller'), "http://www.propeller.com/submit/?U=$url&T=$title", t('Submit to Propeller.'), 'propeller.png', $nodelink);
---
>   if (variable_get('service_links_show_furl', 0)) {
>     $links['service_links_furl'] = theme('service_links_build_link', t('Furl'), "http://www.furl.net/storeIt.jsp?u=$url&t=$title", t('Submit this post on furl.net.'), 'furl.png', $nodelink);
341,345c353,354
<   /* if (variable_get('service_links_show_vigillar', 0)) {
<     $links['service_links_vigillar'] = theme('service_links_build_link', t('Add new commentigillar'), "http://vigillar.se/submit?edit[url]=$url&edit[title]=$title", t('Submit this post on vigillar.se.'), 'vigillar.png', $nodelink);
<   } */
<   if (variable_get('service_links_show_reddit', 0)) {
<     $links['service_links_reddit'] = theme('service_links_build_link', t('Reddit'), "http://reddit.com/submit?url=$url&title=$title", t('Submit this post on reddit.com.'), 'reddit.png', $nodelink);
---
>   if (variable_get('service_links_show_google', 0)) {
>     $links['service_links_google'] = theme('service_links_build_link', t('Google'), "http://www.google.com/bookmarks/mark?op=add&bkmk=$url&title=$title", t('Bookmark this post on Google.'), 'google.png', $nodelink);
353,354c362,363
<   if (variable_get('service_links_show_furl', 0)) {
<     $links['service_links_furl'] = theme('service_links_build_link', t('Furl'), "http://www.furl.net/storeIt.jsp?u=$url&t=$title", t('Submit this post on furl.net.'), 'furl.png', $nodelink);
---
>   if (variable_get('service_links_show_oknotizie', 0)) {
>     $links['service_links_oknotizie'] = theme('service_links_build_link', t('OK Notizie'), "http://oknotizie.alice.it/post.html.php?url=$url", t('Segnala su OK Notizie'), 'oknotizie.png', $nodelink);
356,357c365,366
<   if (variable_get('service_links_show_facebook', 0)) {
<     $links['service_links_facebook'] = theme('service_links_build_link', t('Facebook'), "http://www.facebook.com/sharer.php?u=$url&t=$title", t('Share on Facebook.'), 'facebook.png', $nodelink);
---
>   if (variable_get('service_links_show_reddit', 0)) {
>     $links['service_links_reddit'] = theme('service_links_build_link', t('Reddit'), "http://reddit.com/submit?url=$url&title=$title", t('Submit this post on reddit.com.'), 'reddit.png', $nodelink);
359,360c368,378
<   if (variable_get('service_links_show_google', 0)) {
<     $links['service_links_google'] = theme('service_links_build_link', t('Google'), "http://www.google.com/bookmarks/mark?op=add&bkmk=$url&title=$title", t('Bookmark this post on Google.'), 'google.png', $nodelink);
---
>   if (variable_get('service_links_show_segnaloalice', 0)) {
>     $links['service_links_segnaloalice'] = theme('service_links_build_link', t('Segnalo Alice'), "http://segnalo.alice.it/post.html.php?url=$url", t('Segnala su Alice'), 'segnaloalice.png', $nodelink);
>   }
>   if (variable_get('service_links_show_stumbleupon', 0)) {
>     $links['service_links_stumbleupon'] = theme('service_links_build_link', t('StumbleUpon'), "http://www.stumbleupon.com/submit?url=$url&title=$title", t('Thumb this up at StumbleUpon.'), 'stumbleit.png', $nodelink);
>   }
>   /* if (variable_get('service_links_show_vigillar', 0)) {
>     $links['service_links_vigillar'] = theme('service_links_build_link', t('Add new commentigillar'), "http://vigillar.se/submit?edit[url]=$url&edit[title]=$title", t('Submit this post on vigillar.se.'), 'vigillar.png', $nodelink);
>   } */
>   if (variable_get('service_links_show_technoratisend', 0)) {
>     $links['service_links_technoratisend'] = theme('service_links_build_link', t('Technorati'), "http://www.technorati.com/faves?add=$url", t('Segnala su Technorati'), 'technorati.png', $nodelink);
366c384
<     $links['service_links_technorati'] = theme('service_links_build_link', t('Technorati'), "http://technorati.com/cosmos/search.html?url=$url", t('Search Technorati for links to this post.'), 'technorati.png', $nodelink);
---
>     $links['service_links_technorati'] = theme('service_links_build_link', t('Technorati search'), "http://technorati.com/cosmos/search.html?url=$url", t('Search Technorati for links to this post.'), 'technorati.png', $nodelink);
369c387
<     $links['service_links_icerocket'] = theme('service_links_build_link', t('Icerocket'), "http://blogs.icerocket.com/search?q=$url", t('Search IceRocket for links to this post.'), 'icerocket.png', $nodelink);
---
>     $links['service_links_icerocket'] = theme('service_links_build_link', t('Icerocket search'), "http://blogs.icerocket.com/search?q=$url", t('Search IceRocket for links to this post.'), 'icerocket.png', $nodelink);
371d388
< 
