Recently I was searching for how to do this and all I could find was how to put a static block into your template file, however here is how to go the other way and pull a .phtml template file into a static block:
1 |
{{block type="core/template" block_id="demo.block" template="your/template/path.phtml"}} |
Simply replace the block type, block id and the template path to suit your exact requirements.
Leave a reply