0
次のコードでカスタムphtmlファイルでロゴを呼び出そうとしていました。Magento 2:phtmlファイルでロゴを呼び出す方法
<?php echo $this->getLayout()->createBlock("Magento\Theme\Block\Html")->setTemplate("Magento_Theme::html/header/logo.phtml")->toHtml(); ?>
次のコードでカスタムphtmlファイルでロゴを呼び出そうとしていました。Magento 2:phtmlファイルでロゴを呼び出す方法
<?php echo $this->getLayout()->createBlock("Magento\Theme\Block\Html")->setTemplate("Magento_Theme::html/header/logo.phtml")->toHtml(); ?>
私たちは、次のコードでロゴを呼び出すことができます。..
<?php echo $this->getLayout()->createBlock("Magento\Theme\Block\Html\Header\Logo")->setTemplate("Magento_Theme::html/header/logo.phtml")->toHtml(); ?>