By maori on
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
What you are calling a
What you are calling a "heading" is a package. Use the package keyword in the module .info file like so:
See http://drupal.org/node/231036 for a complete explanation.
Thanks BladeRider
Thanks BladeRider