Parent Directory
|
Revision Log
|
Revision Graph
* #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 |