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

Contents of /contributions/modules/hoverintent/hoverintent.install

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Jul 1 16:10:49 2009 UTC (4 months, 3 weeks ago) by aaron
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +5 -3 lines
File MIME type: text/x-php
* #316565 Fix installation requirement of jQ (aaron).
1 <?php
2 // $Id: hoverintent.install,v 1.1 2008/01/24 18:54:40 aaron Exp $
3
4 function hoverintent_install() {
5 if (module_exists('jq')) {
6 include_once('./'. drupal_get_path('module', 'jq') .'/jq.module');
7 jq_plugins(NULL, FALSE, TRUE);
8 }
9 }

  ViewVC Help
Powered by ViewVC 1.1.2