i have created a module and block
<block type="mymodule/mymodule" name="my_block" template="mymodule/mymodule.phtml"/>.
in catalog.xml under default theme.
I am calling this block by getChildHtml('my_block') method from catalog/product/view.phtml of default theme and it displays text from mymodule.phtml file but i dont want to call that block from view.phtml above view.phtml, Is there any way to call the above block anywhere from mymodule to display text from mymodule.phtml.
app/design/frontend/default/default/catalog/product/
- Sergii Stotskyi