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

Contents of /contributions/modules/jq_maphilight/jq_maphilight.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Mar 25 19:29:39 2008 UTC (20 months ago) by worldfallz
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
jQuery Map Hilight Module: a javascript wrapper module for the jquery Map Hilight plugin. It enables the simple addition of mouseover highlighting of hotspots to HTML image maps.
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function jq_maphilight_uninstall() {
8 variable_del('jq_maphilight_fill');
9 variable_del('jq_maphilight_fillcolor');
10 variable_del('jq_maphilight_fillopacity');
11 variable_del('jq_maphilight_stroke');
12 variable_del('jq_maphilight_strokecolor');
13 variable_del('jq_maphilight_strokeopacity');
14 variable_del('jq_maphilight_strokewidth');
15 variable_del('jq_maphilight_fade');
16 drupal_set_message(t('jQuery Map Hilight module uninstalled.'));
17 }

  ViewVC Help
Powered by ViewVC 1.1.2