ใน magento 1.x ฉันสามารถเพิ่มไฟล์ css ลงในหัวโดยใช้ผู้ช่วยเหมือนโค้ดด้านล่าง
<reference name="head">
<action method="addCss"><stylesheet helper="module/helperclass/helperfunction"/></action>
</reference>
แต่ไม่สามารถทำได้ใน Magento 2
ดังนั้นตอนนี้ฉันเพิ่มรหัสนี้<link rel="stylesheet" type="text/css" media="all" href="<?php echo $_helper->getCSSFile()?>">
ลงในคอนเทนเนอร์ "after.body.start"
ใครรู้ว่าฉันจะเพิ่มไฟล์แม่แบบที่กำหนดเองได้<head>
อย่างไร