diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-10 22:43:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-10 22:43:45 +0800 |
commit | 7967242b36bc5e9f82d8c6c48cc06ab6f51e36b5 (patch) | |
tree | 3d65ec37294569dd5b4231a56fd7270f1b324695 /www/Makefile | |
parent | cf5f17995b36f9cb983a9053f63347885e1e83ff (diff) | |
download | freebsd-ports-gnome-7967242b36bc5e9f82d8c6c48cc06ab6f51e36b5.tar.gz freebsd-ports-gnome-7967242b36bc5e9f82d8c6c48cc06ab6f51e36b5.tar.zst freebsd-ports-gnome-7967242b36bc5e9f82d8c6c48cc06ab6f51e36b5.zip |
The Panels module allows a site administrator to create customized layouts
for multiple uses. At its core it is a drag and drop content manager that
let's you visually design a layout and place content within that layout.
Integration with other systems allows you to create nodes that use this,
landing pages that use this, and even override system pages such as taxonomy
and the node page so that you can customize the layout of if your site with
very fine grained permissions.
WWW: http://drupal.org/project/panels
PR: ports/143706
Submitted by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
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 35db8422034b..8842cdd273bc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -179,6 +179,7 @@ SUBDIR += drupal6-nice_menus SUBDIR += drupal6-nodewords SUBDIR += drupal6-page_title + SUBDIR += drupal6-panels SUBDIR += drupal6-pathauto SUBDIR += drupal6-print SUBDIR += drupal6-seo_checklist |