1
試圖將custom.phtml文件包含到標題中。搜索許多指令,但沒有看到任何類似getChildHtml
對於.XML我發現Magento 2 getChildHtml
<block class="Magento\Framework\View\Element\Template" name="test_file" template="Magento_Theme::html/header/custom.phtml"/>
對於一個.phtml我發現
<?php include ($block->getTemplateFile('Magento_Theme::html/header/custom.phtml')) ?>
這意味着,對於增加我們可以使用一個.phtml文件。 XML或一個.phtml,但不是我們習慣:添加模板到.xml,之後調用從一個.phtml文件(直到最底層)