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

Contents of /contributions/modules/lucid_menu/lucid_menu.install

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Apr 11 04:42:56 2008 UTC (19 months, 2 weeks ago) by develCuy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +9 -0 lines
File MIME type: text/x-php
Initial commit of HEAD. Lucid menu is a highly customizable javascript menu which replaces the current menus with new ones.
1 <?php
2 function lucid_menu_uninstall()
3 {
4 $lucid_variables = db_query("SELECT name FROM {variable} WHERE name like 'lucid_%'");
5
6 while ($row = db_fetch_object($lucid_variables))
7 variable_del($row->name);
8 }
9 ?>

  ViewVC Help
Powered by ViewVC 1.1.2