This is the first time I'm working with Joomla and I try to get started with simple hello world module.
I have created hello world module as described on http://docs.joomla.org/J3.1:Creating_a_simple_module/Developing_a_Basic_Module.
Configured it like this:
But hello world text is not rendered:
I also tried to dump from mod_helloworld.php, but look like it is not interpreted at all. I'm using Joomla! 3.1.5
Any idea what am I doing wrong?