diff --git a/admin-dev/themes/default/template/controllers/home/content.tpl b/admin-dev/themes/default/template/controllers/home/content.tpl
index e1057baa4..76901af4c 100644
--- a/admin-dev/themes/default/template/controllers/home/content.tpl
+++ b/admin-dev/themes/default/template/controllers/home/content.tpl
@@ -108,11 +108,14 @@ $(document).ready(function() {
{/foreach}
{hook h="displayAdminHomeQuickLinks"}
-
{l s='Your Required'}

-
+
+
+

+
+
+
{$tips_optimization}
{l s='Loading...'}
diff --git a/controllers/admin/AdminHomeController.php b/controllers/admin/AdminHomeController.php
index 4804859f9..4321b7624 100644
--- a/controllers/admin/AdminHomeController.php
+++ b/controllers/admin/AdminHomeController.php
@@ -468,14 +468,6 @@ class AdminHomeControllerCore extends AdminController
// PREACTIVATION
$result['partner_preactivation'] = $this->getBlockPartners();
- // PREACTIVATION PAYPAL WARNING
- $content = @file_get_contents('https://api.prestashop.com/partner/preactivation/preactivation-warnings.php?version=1.0&partner=paypal&iso_country='.Tools::strtolower(Context::getContext()->country->iso_code).'&iso_lang='.Tools::strtolower(Context::getContext()->language->iso_code).'&id_lang='.(int)Context::getContext().'&email='.urlencode(Configuration::get('PS_SHOP_EMAIL')).'&security='.md5(Configuration::get('PS_SHOP_EMAIL')._COOKIE_IV_), false, $stream_context);
- $content = explode('|', $content);
- if ($content[0] == 'OK' && Validate::isCleanHtml($content[1]))
- Configuration::updateValue('PS_PREACTIVATION_PAYPAL_WARNING', $content[1]);
- else
- Configuration::updateValue('PS_PREACTIVATION_PAYPAL_WARNING', '');
-
// DISCOVER PRESTASHOP
$result['discover_prestashop'] = '
'.$this->getBlockDiscover().'
';
@@ -485,11 +477,10 @@ class AdminHomeControllerCore extends AdminController
$result['discover_prestashop'] .= '';
// SHOW PAYPAL TIPS
- $content = '';
- $content = @file_get_contents($protocol.'://api.prestashop.com/partner/paypal/paypal-tips.php?protocol='.$protocol.'&iso_country='.$isoCountry.'&iso_lang='.Tools::strtolower($isoUser).'&id_lang='.(int)Context::getContext()->language->id, false, $stream_context);
- $content = explode('|', $content);
- if ($content[0] == 'OK' && Validate::isCleanHtml($content[1]))
- $result['discover_prestashop'] .= '
'.$content[1].'
';
+ $content = @file_get_contents($protocol.'://api.prestashop.com/partner/paypal/paypal-tips.php?protocol='.$protocol.'&iso_country='.$isoCountry.'&iso_lang='.Tools::strtolower($isoUser).'&id_lang='.(int)Context::getContext()->language->id, false, $stream_context);
+ $content = explode('|', $content);
+ if ($content[0] == 'OK' && Validate::isCleanHtml($content[1]))
+ $result['discover_prestashop'] .= '