php - Need to fetch data from the core/template in magento with the help of corePHP -


this xml file retrieved while fetching static page magento database.

but {{block type="core/template" template="digitalhomes/digitalhomes.phtml"}} not able fetch.

<parameters> <simran> <title>title of page</title> <content> <script type="text/javascript">// <![cdata[ jquery(document).ready(function() { jquery( "#content" ).tabs(); }); // ]]></script> <script type="text/javascript">// <![cdata[ jquery("h4").click(function () { jquery(".open").toggle("slow"); }); // ]]></script> <div id="contentwrap2" style="background: #333; padding: 5px; color: #ccc;"> <h1 style="border-bottom: 1px solid #ddd; color: #e47911; padding-bottom: 10px; font-size: 40px;">digital homes</h1> <p>{{block type="core/template" template="digitalhomes/digitalhomes.phtml"}}</p> </div> </content> </simran> </parameters> 

please suggest me can fetch block content core/template type. phtml file.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -