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

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

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

revision 1.1.2.1, Fri Apr 3 11:22:13 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: favorite_services.module,v 1.1.2.1 2009/04/03 11:22:13 thecrow Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 11  function favorite_services_service_links Line 11  function favorite_services_service_links
11      'description' => t('Add this page in your favorites'),      'description' => t('Add this page in your favorites'),
12      'link' => url('', array('absolute' => TRUE, 'query' => '<encoded-url>#<encoded-title>')),      'link' => url('', array('absolute' => TRUE, 'query' => '<encoded-url>#<encoded-title>')),
13      'attributes' => array('class' => 'service_links_favorite', 'style' => 'display:none;'),      'attributes' => array('class' => 'service_links_favorite', 'style' => 'display:none;'),
14      'javascript' => 'favorite_services.js'      'javascript' => drupal_get_path('module', 'service_links') .'/js/favorite_services.js',
15    );    );
16    return $links;    return $links;
17  }  }
   
 ?>  

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