Can I define more than one layout update file in my config.xml for the adminhtml?
I want something like this:
<adminhtml>
<layout>
<updates>
<blog_admin>
<file>flinders_blog.xml</file>
</blog_admin>
<another_module>
<file>another_module.xml</file>
</another_module>
</updates>
</layout>
</adminhtml>
But this is not working. How can I achieve this?