| 1 |
// $Id$
|
| 2 |
|
| 3 |
The utility module is a module that contains a bunch of utilities that are
|
| 4 |
simple to code, everyone wants, but nobody actually codes them.
|
| 5 |
|
| 6 |
Right now, we have the following utilities:
|
| 7 |
* System module fieldset closer
|
| 8 |
* Allow to enable/disable individual plugins' through admin/settings/util page
|
| 9 |
* Automatically save height for resized textarea
|
| 10 |
* and more
|
| 11 |
|
| 12 |
To create new utilities for your drupal site place your code in a .inc file
|
| 13 |
and into util/utilities/[YOUR UTILITY]/ folder
|
| 14 |
|
| 15 |
For more information on the project and to submit issues and patches
|
| 16 |
visit the following page: http://drupal.org/project/util
|