From 29bbe81ae6a4fc0fcfacfd0f2cfac1d000017143 Mon Sep 17 00:00:00 2001 From: Francois Gaillard Date: Tue, 6 Aug 2013 09:25:47 +0200 Subject: [PATCH] // CloudCache removed from AdminPerformanceController --- controllers/admin/AdminPerformanceController.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/controllers/admin/AdminPerformanceController.php b/controllers/admin/AdminPerformanceController.php index c19b3c221..662f4426c 100644 --- a/controllers/admin/AdminPerformanceController.php +++ b/controllers/admin/AdminPerformanceController.php @@ -471,21 +471,6 @@ class AdminPerformanceControllerCore extends AdminController $this->tpl_form_vars['servers'] = CacheMemcache::getMemcachedServers(); } - public function initFieldsetCloudCache() - { - if (!class_exists('CloudCache')) - $this->fields_form[6]['form'] = array( - 'legend' => array( - 'title' => $this->l('CloudCache'), - 'image' => '../img/admin/subdomain.gif' - ), - 'desc' => $this->l('Performance matters! Improve speed and conversions the easy way.').'
'. - $this->l('CloudCache supercharges your site in minutes through its state-of-the-art content delivery network.').'

'. - $this->l('Subscribe now using the code "presta25" and get an exclusive 25% monthly discount on every available package.').'

- > '.$this->l('Click here to install the CloudCache module for PrestaShop').'
' - ); - } - public function renderForm() { // Initialize fieldset for a form @@ -495,7 +480,6 @@ class AdminPerformanceControllerCore extends AdminController $this->initFieldsetMediaServer(); $this->initFieldsetCiphering(); $this->initFieldsetCaching(); - $this->initFieldsetCloudCache(); // Activate multiple fieldset $this->multiple_fieldsets = true;