From 7ef60cd5d4109b07dead9d659c2d3e01a48e5c2d Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 16 May 2012 09:21:11 +0000 Subject: [PATCH] [-] MO : themeinstallator : add blockmyaccountfooter in the native modules git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15330 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/themeinstallator/themeinstallator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/themeinstallator/themeinstallator.php b/modules/themeinstallator/themeinstallator.php index 12bfdd984..2f6e99bba 100644 --- a/modules/themeinstallator/themeinstallator.php +++ b/modules/themeinstallator/themeinstallator.php @@ -81,7 +81,7 @@ class ThemeInstallator extends Module $natives = array( 'autoupgrade', 'bankwire', 'birthdaypresent', 'blockadvertising', 'blockbestsellers', 'blockcart', 'blockcategories', 'blockcms', 'blockcontact', 'blockcontactinfos', 'blockcurrencies', 'blockcustomerprivacy', - 'blocklanguages', 'blocklayered', 'blocklink', 'blockmanufacturer', 'blockmyaccount', 'blocknewproducts', + 'blocklanguages', 'blocklayered', 'blocklink', 'blockmanufacturer', 'blockmyaccount', 'blockmyaccountfooter', 'blocknewproducts', 'blocknewsletter', 'blockpaymentlogo', 'blockpermanentlinks', 'blockreinsurance', 'blockrss', 'blocksearch', 'blocksharefb', 'blocksocial', 'blockspecials', 'blockstore', 'blocksupplier', 'blocktags', 'blocktopmenu', 'blockuserinfo', 'blockviewed', 'blockwishlist', 'cashondelivery', 'carriercompare', 'cheque', 'crossselling',