我想显示内容文件:frontend \ RWD \ default \ template \ customer / address / edit.phtm \ ninside文件:frontend \ RWD \ default \ template \ customer / account / dashboard.phtml。 i将此代码插入文件dashboard.phtml p>
<?php \ n $ block = Mage :: app() - > getLayout() - > createBlock('core / template') - > setTemplate('customer / address / edit.phtml') - > toHtml(); \ necho $ block; ?>
code> pre>
div>