3
main.php is for the module lang point defines.
admin.php is for the Admin lang defines.
modinfo.php is for the xoops_version.php and preferences lang defines.
blocks.php is for the Block lang defines
Hope that helps...
You can look into most well crafted XOOPS modules and see this.
There are also some naming standards that are good to follow.
like _AM_MODULE_LANGVAR or something similar.
I believe this will ensure nothing eats something else.
AM means Admin
MI means modinfo
MB means blocks
MD means main
_MODULE_ should be something unique to identify your module short abbrev.
I hope this helps.
Daniel Hall / XOOPS Module Development & Theme Design
Free XOOPS Support >
My Wish List