Guest User

Untitled

a guest
Jan 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <page xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  3. <head>
  4. <css src="Vendor_Module::css/advancedCatalog.css"/>
  5. </head>
  6. <body>
  7. <referenceContainer name="content">
  8. <block class="VendorModuleBlockJs" name="advanced_catalog_js" template="Vendor_Module::js.phtml" />
  9. </referenceContainer>
  10. </body>
  11. </page>
  12.  
  13. <css src="Vendor_Module/css/advancedCatalog.css"/>
  14.  
  15. <css src="Vendor_Module::css/advancedCatalog.css"/>
Add Comment
Please, Sign In to add comment