<?xml version="1.0"?>
<!--
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    Mage
 * @package     Mage_GoogleBase
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
-->
<config>
    <menu>
        <catalog>
            <children>
<!--            <googlebase translate="title" module="googlebase">-->
<!--                <title>Google Base</title>-->
<!--                <children>-->
<!--                    <types translate="title" module="googlebase">-->
<!--                        <title>Manage Attributes</title>-->
<!--                        <action>adminhtml/googlebase_types</action>-->
<!--                    </types>-->
<!--                    <items translate="title" module="googlebase">-->
<!--                        <title>Manage Items</title>-->
<!--                        <action>adminhtml/googlebase_items</action>-->
<!--                    </items>-->
<!--                </children>-->
<!--                <sort_order>70</sort_order>-->
<!--            </googlebase>-->
             </children>
        </catalog>
    </menu>
    <acl>
        <resources>
            <admin>
                <children>
                    <catalog>
                        <children>
<!--                            <googlebase translate="title" module="googlebase">-->
<!--                                <title>Google Base</title>-->
<!--                                <sort_order>500</sort_order>-->
<!--                                <children>-->
<!--                                    <types translate="title">-->
<!--                                        <title>Manage Attributes</title>-->
<!--                                        <sort_order>0</sort_order>-->
<!--                                    </types>-->
<!--                                    <items translate="title">-->
<!--                                        <title>Manage Items</title>-->
<!--                                        <sort_order>5</sort_order>-->
<!--                                    </items>-->
<!--                                </children>-->
<!--                            </googlebase>-->
                        </children>
                    </catalog>
                </children>
            </admin>
        </resources>
    </acl>
</config>
