<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/**
* Copyright © 2015 tokitheme.com. All rights reserved.

* @author Blue Sky Team <contact@tokitheme.com>
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
    <update handle="formkey"/>
    <head>
    	<title>Testimonial Manager</title>
    </head>
    <body>
    	<referenceBlock name="menu">
    	    <action method="setActive">
    	        <argument name="itemId" xsi:type="string">Rokanthemes_Testimonial::testimonial</argument>
    	    </action>
    	</referenceBlock>
    	<referenceBlock name="page.title">
    	    <action method="setPageTitle">
    	        <argument name="pageTitle" xsi:type="string">Testimonial Manager</argument>
    	    </action>
    	</referenceBlock>
    	<referenceContainer name="page.main.actions">
    	    <block class="Magento\Backend\Block\Store\Switcher" name="store_switcher">
    	        <action method="setUseConfirm">
    	            <argument name="params" xsi:type="string">0</argument>
    	        </action>
    	    </block>
    	</referenceContainer>
        <referenceContainer name="content">
            <block class="Rokanthemes\Testimonial\Block\Adminhtml\Testimo" name="admin.block.testimo.grid.container"/>
        </referenceContainer>
    </body>
</page>
