<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category   Mage
 * @package    Mage_Giftcert
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
-->
<config>
    <modules>
        <Mage_Giftcert>
            <version>0.7.0</version>
        </Mage_Giftcert>
    </modules>
    <global>
        <models>
            <giftcert>
                <class>Mage_Giftcert_Model</class>
                <resourceModel>giftcert_mysql4</resourceModel>
            </giftcert>
            <giftcert_mysql4>
                <class>Mage_Giftcert_Model_Mysql4</class>
                <entities>
                    <code>
                        <table>giftcert_code</table>
                    </code>
                </entities>
            </giftcert_mysql4>
        </models>
        <resources>
            <giftcert_setup>
                <setup>
                    <module>Mage_Giftcert</module>
                </setup>
                <connection>
                    <use>core_setup</use>
                </connection>
            </giftcert_setup>
            <giftcert_write>
                <connection>
                    <use>core_write</use>
                </connection>
            </giftcert_write>
            <giftcert_read>
                <connection>
                    <use>core_read</use>
                </connection>
            </giftcert_read>
        </resources>
    </global>
    
    <adminhtml>
        <translate>
            <modules>
                <Mage_Giftcert>
                    <files>
                        <default>Mage_Giftcert.csv</default>
                    </files>
                </Mage_Giftcert>
            </modules>
        </translate>
    </adminhtml>
    
    <frontend>
        <translate>
            <modules>
                <Mage_Giftcert>
                    <files>
                        <default>Mage_Giftcert.csv</default>
                    </files>
                </Mage_Giftcert>
            </modules>
        </translate>
    </frontend>
</config>