Skip to content

Instantly share code, notes, and snippets.

@tatemz
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatemz/9d06a65b2598aa250884 to your computer and use it in GitHub Desktop.
Save tatemz/9d06a65b2598aa250884 to your computer and use it in GitHub Desktop.
<!-- /app/code/local/MyCompany/MyModule/etc/config.xml -->
<?xml version="1.0"?>
<config>
<adminhtml>
<layout>
<updates>
<mycompany_mymodule>
<file>mycompany/mytemplate.xml</file>
</mycompany_mymodule>
</updates>
</layout>
</adminhtml>
</config>
<!-- /app/design/adminhtml/default/default/layout/mycompany/mytemplate.xml -->
<?xml version="1.0"?>
<layout>
<adminhtml_customer_index>
<reference name="content">
<block type="block/typer_here"/>
</reference>
</adminhtml_customer_index>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment