Mini modules for Drupal 5.x
Last modified: December 18, 2008 - 14:00
Mini modules for Drupal 5.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 your module to show up on the admin page, while the code you want to add will be in the .module file.
