Mini modules for Drupal 6.x

Last modified: April 13, 2008 - 08:17

Mini modules for Drupal 6.x require two files- a .info file and a .module file. These should generally be placed in a separate directory, for example under sites/all/modules. The .info file is needed for you module to show up on the admin page, while the code you want to add will be in the .module file.

 
 

Drupal is a registered trademark of Dries Buytaert.