Modules for Drupal 6 normally put the menu callbacks in <module_name>.admin.inc (administration pages), and <module_name>.pages.inc (other pages).
This reduce the code the PHP interpreter must parse when the module is loaded (which happens all time Drupal bootstraps), and it makes Drupal faster (the <module_name>.module is always included, whenever the module does something, or it does nothing at all).
Comments
Comment #1
jvandyk commentedDone.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.