Skip to content

Instantly share code, notes, and snippets.

@nehalist
Created February 8, 2017 10:05
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 nehalist/25b99b9d7a6a6b9730151d503f67c46b to your computer and use it in GitHub Desktop.
Save nehalist/25b99b9d7a6a6b9730151d503f67c46b to your computer and use it in GitHub Desktop.
// config.xml
[...]
<frontend>
<layout>
<updates>
<foobar>
<file>foobar.xml</file>
</foobar>
</updates>
</layout>
</frontend>
</config>
// foobar.xml
<?xml version="1.0"?>
<layout>
<adminhtml_index_login>
<reference name="form.additional.info">
<block type="core/text_list" name="foobar" template="foobar.phtml" />
</reference>
</adminhtml_index_login>
</layout>
// foobar.phtml
Hello World
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment