In my theme package i create a custom.phtml file in theme_name/default/template/custom/custom.phtml , i want to call this file in static block i try this method :
{{block type="core/template" template="theme_name/default/template/custom/custom.phtml"}}
but nothing appears.