<?php
/**
* Module Prestashop FooterCustom
*
* @author    Prestacrea
* @copyright Prestacrea
* @license   See PDF documentation
* @website   http://www.prestacrea.com
*/

Configuration::deleteByName('FC_IMG');
Configuration::deleteByName('FC_TOPBLOCK');
Configuration::deleteByName('FC_BOTTOMBLOCK');
Configuration::deleteByName('FC_REINSURANCE');
Configuration::deleteByName('FC_RESPONSIVE');
Configuration::deleteByName('FC_SOCIAL');
Configuration::deleteByName('FC_WIDTH');
Configuration::deleteByName('FC_BLOCKSWIDTH');
Configuration::deleteByName('FC_BASEFONTFAMILY');
Configuration::deleteByName('FC_TITLESFONTFAMILY');
Configuration::deleteByName('FC_BASEFONTSIZE');
Configuration::deleteByName('FC_TITLESFONTSIZE');
Configuration::deleteByName('FC_MAINCOLOR');
Configuration::deleteByName('FC_ALTCOLOR');
Configuration::deleteByName('FC_TOPCOLOR');
Configuration::deleteByName('FC_BOTTOMCOLOR');
Configuration::deleteByName('FC_TOPFONTCOLOR');
Configuration::deleteByName('FC_BOTTOMFONTCOLOR');
Configuration::deleteByName('FC_NEWSLETTER');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom_company');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom_blocktitles');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom_lang');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom_newsletter');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom_social');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom_reinsurance');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'footercustom_editor');
