I need to call a phtml file within my cms page and it will not work.
this is the code in the cms page
{{block type="core/template" template="catalog/product/form-top.phtml"}}
fom-top.phtml basically opens a form but that does not matter. this code cause nothing past the header to be displayed.
any ideas on how to call a phtml file within a CMS page?