Inside Vendor/Module/view/frontend/layout/default.xml
<?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="after.body.start"> <block class="Vendor\Module\Block\NotificationBar" name="notificationbar" as="notificationbar" template="Vendor_Module::notificationbar.phtml"/> </referenceContainer> <referenceContainer name="before.body.end"> <block class="Vendor\Module\Block\NotificationBarBottom" name="notificationbarbottom" as="notificationbarbottom" template="Vendor_Module::notificationbarbottom.phtml"/> </referenceContainer> </body> </page>
Done
Comments