I try to specify a custom layout for my module like this:
<frontend>
...
<layout>
<updates>
<learn>
<file>learnx.xml</file>
<learn>
</updates>
</layout>
...
</frontend>
but I get a 401 (page not found) error. I try to avoid using local.xml layout for all my local modules.
I mentiont that if i delete the above layot-update and put the same content as learnx.xml in local.xml it works.
What am I doing wrong?
Thank you!