saton

Untitled

Mar 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.54 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2016 Magento. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  9.     <update handle="customer_account"/>
  10.     <body>
  11.         <referenceBlock name="page.main.title">
  12.             <action method="setPageTitle">
  13.                 <argument translate="true" name="title" xsi:type="string">My Dashboard</argument>
  14.             </action>
  15.             <block class="Magento\Framework\View\Element\Html\Link\Current" name="home" after="-">
  16.             <arguments>
  17.                 <argument name="class" xsi:type="string">custom-link-class</argument>
  18.                 <argument name="label" xsi:type="string">Vehicle</argument>
  19.                 <!--argument name="path" xsi:type="helper" helper="Magento\Customer\Helper\Menu::getVehicleLinkUrl"/-->
  20.             </arguments>
  21.         </referenceBlock>
  22.         <referenceContainer name="content">
  23.             <block class="Magento\Framework\View\Element\Template" name="customer_account_dashboard_top" as="top"/>
  24.             <block class="Magento\Customer\Block\Account\Dashboard\Info" name="customer_account_dashboard_info" as="info" template="account/dashboard/info.phtml" cacheable="false"/>
  25.             <block class="Magento\Customer\Block\Account\Dashboard\Address" name="customer_account_dashboard_address" as="address" template="account/dashboard/address.phtml" cacheable="false"/>
  26.         </referenceContainer>
  27.     </body>
  28. </page>
Add Comment
Please, Sign In to add comment