Hi Guys

how can i make my custom modules appear in there own heading in the administration modules list view

like

core - optional
core - required
other
my own modules << here i put in all my custome modules i make for the site

TIA

Comments

BladeRider’s picture

What you are calling a "heading" is a package. Use the package keyword in the module .info file like so:

package = My heading

See http://drupal.org/node/231036 for a complete explanation.

maori’s picture

Thanks BladeRider