diff options
author | brooks <brooks@FreeBSD.org> | 2007-01-06 12:38:37 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-01-06 12:38:37 +0800 |
commit | b3c1eae9889f84482a1626018c589dbd4d239018 (patch) | |
tree | 3d1d9c31dbaa73e492fa0df2ebb8edeb5d429a1b /www/Makefile | |
parent | ef44ce55d1174d162fa5f9110d8c81a6632e9000 (diff) | |
download | freebsd-ports-gnome-b3c1eae9889f84482a1626018c589dbd4d239018.tar.gz freebsd-ports-gnome-b3c1eae9889f84482a1626018c589dbd4d239018.tar.zst freebsd-ports-gnome-b3c1eae9889f84482a1626018c589dbd4d239018.zip |
Add www/drupal-nice_menus:
Nice Menus is a module for the Drupal CMS which enables drop-down /
right / left expandable menus. The module uses CSS to display the menus
on browsers which have functional CSS. Internet Explorer is supported
using Javascript.
Three styles of menus are currently possible: horizontal (menus drop
down); vertical (menus drop to the left); vertical (menus drop to the
right).
WWW: http://drupal.org/project/nice_menus
Submitted by: Nick Hilliard <nick@foobar.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2ae4b1153d32..e4c1c9d5c1c4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -111,6 +111,7 @@ SUBDIR += drupal SUBDIR += drupal-attachment SUBDIR += drupal-filemanager + SUBDIR += drupal-nice_menus SUBDIR += drupal-pubcookie SUBDIR += drupal-textile SUBDIR += dtse |