In my magento template i has been used following code “getChildHtml(‘content’)” in my home page. Where it load the content using getChildHtml() from template file?
In my magento template i has been used following code getChildHtml(‘content’) in my home
Share
You can find your global structure of your page in page.xml. For example if you can use 3 colums
then, in the template page/3columns.phtml of your design theme you can see this phtml and into it you can see this:
with the getChildHtml(‘content’) ?>.
Is this resolve your question?