/[drupal]/contributions/modules/hoverintent/hoverintent.install
ViewVC logotype

Diff of /contributions/modules/hoverintent/hoverintent.install

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

revision 1.1, Thu Jan 24 18:54:40 2008 UTC revision 1.1.2.1, Wed Jul 1 16:00:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id:$  // $Id: hoverintent.install,v 1.1 2008/01/24 18:54:40 aaron Exp $
3    
4  function hoverintent_install() {  function hoverintent_install() {
5    include_once('./'. drupal_get_path('module', 'jq') .'/jq.module');    if(function_exists('jq_plugins')){
6    jq_plugins(NULL, FALSE, TRUE);      jq_plugins(NULL, FALSE, TRUE);
7      }
8  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2