Mini modules for Drupal 6.x
Last modified: November 8, 2008 - 21:30
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.
