CHANGELOG.txt |
CHANGELOG.txt |
|
=== DRUPAL 6.x-2.x ===
6.x-2.1-RC1
- BUG #834120: Fixed non-parent items displaying an arrow.
- BUG #924324: Fixed PHP notices.
- BUG #824916: Test depth before setting menuparent class.
6.x-2.1-Beta3
- TASK #323784: Move JS and CSS to theme function… |
nice_menus.admin.inc |
nice_menus.admin.inc |
|
Functionality for Nice Menus administration. |
nice_menus.css |
css/nice_menus.css |
|
/*
This file contains the basic logic for nice menus, and should not be
edited. To customize the menus, it's recommended to create a custom CSS
file using nice_menus_default.css as a template, then configure the module
to use your custom… |
nice_menus.info |
nice_menus.info |
|
name = Nice Menus
description = CSS/jQuery drop-down, drop-right and drop-left menus to be placed in blocks
dependencies[] = menu
core = 6.x |
nice_menus.install |
nice_menus.install |
|
Update functions for Nice menus. |
nice_menus.module |
nice_menus.module |
|
Module to enable CSS dropdown and flyout menus. |
nice_menus_default-rtl.css |
css/nice_menus_default-rtl.css |
|
/*
This is the default overrides for nice menu to work with right-to-left
languages (RTL). The major change, compared to the regular
nice_menus_default.css file, is that horizontal menus float the items to
the right and open the sub menus to… |
nice_menus_default.css |
css/nice_menus_default.css |
|
/*
This is the default layout template for nice menus, and will provide
a starting point for the look of your menus. To customize, it's
recommended to create a custom CSS file using this file as a template,
then configure the module to… |
README.txt |
README.txt |
|
NICE MENUS MODULE
-----------------
Currently maintained by: Addison Berry (add1sun)
Originally created by: Jake Gordon (jakeg) http://drupal.org/user/15674/contact
and http://www.jakeg.co.uk/
This module makes it easy to add dropdown and flyout… |
UPGRADE.txt |
UPGRADE.txt |
|
NICE MENUS UPGRADES
===================
5.x, 6.x-1.x ---> 6.x-2.x
-------------------------
There is an update hook and you should run update.php to get things moved
around properly. Aside from the minor database changes, there are a number of… |