Hi,
I tryed the tutorial to create custom module, but I stopped in creating new menu item. The module was succesfully installed but I cannot see a menu entry.
my TestCommon_0.php in Test directory is following:
<?php
defined("_VALID_ACCESS") || die('Direct access forbidden');
class Test extends ModuleCommon {
public static function menu() {
return array('Magic'=>array('__submenu__'=>1,'Servis'=>array()));
}
}
?>
I 've tryed to comment the 2.line, but without success. The file is parsed, because if there is syntax error I§ve got error, but new entry anymore.
Could you help me
regards
frankie
But nothing appears in the menu... this seems pretty simple, any idea what I'm doing wrong?
Thanks in advance!