Last updated December 18, 2008. Created by pwolanin on March 11, 2007.
Edited by LeeHunter. Log in to edit this page.
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.