1
I'm currently working on a small module (it's my first XOOPS hack).
I've got this code in xoops_version.php:
$modversion['hasMain'] = 1;
This displays the menu option in the main menu, but when I click it, nothing happens!
Shouldn't it display my index.php file?