On rajoute des paramètres modifiables en BO sur le module mesCategories.

This commit is contained in:
2020-10-30 18:13:41 +01:00
parent d5c6342c37
commit 79c4ca44e3
33 changed files with 152 additions and 192 deletions

View File

@@ -10,30 +10,30 @@ SetEnv HTTP_MOD_REWRITE On
RewriteEngine on
#Domain: thecoredev.produit-naturel-france-v2:8888
#Domain: thecoredev.produit-naturel-france:8888
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
# Images
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france-v2:8888$
RewriteCond %{HTTP_HOST} ^thecoredev.produit-naturel-france:8888$
RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]
# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]

233
.idea/workspace.xml generated
View File

@@ -11,131 +11,39 @@
</component>
<component name="ChangeListManager">
<list default="true" id="31ff3239-328c-4da3-82da-f4969b3b1658" name="Default Changelist" comment="On continue">
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/README.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/changelog.txt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/composer.json" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/eicaptcha.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/fr.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/logo.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/override/controllers/front/AuthController.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/override/controllers/front/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/override/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/override/modules/contactform/contactform.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/override/modules/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/views/css/eicaptcha.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/views/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/views/js/eicaptcha-contact-form.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/views/js/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/views/templates/hook/hookDisplayCustomerAccountForm.tpl" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/views/templates/hook/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/views/templates/index.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/override/modules/contactform/contactform.php" afterDir="false" />
<change afterPath="$PROJECT_DIR$/themes/classic-child/templates/contact.tpl" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/12.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/13.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/14.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/15.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/16.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/17.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/18.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/s/19.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_12_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_13_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_14_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_15_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_16_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_17_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_18_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/carrier_mini_19_1.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/category_3-thumb.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/img/tmp/category_3.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/modules/eicaptcha/config_fr.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/themes/classic-child/preview.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.htaccess" beforeDir="false" afterPath="$PROJECT_DIR$/.htaccess" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/cache/cacert.pem" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/cache/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/cache/temp" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/config_fr.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/controllers/front/captcha.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/controllers/front/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/controllers/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/ets_advancedcaptcha.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/logo.gif" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/logo.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/classes/form/CustomerForm.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/classes/form/CustomerFormatter.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/classes/form/CustomerLoginForm.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/classes/form/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/classes/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/controllers/front/AuthController.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/controllers/front/ContactController.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/controllers/front/PasswordController.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/controllers/front/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/controllers/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/blocknewsletter/blocknewsletter.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/blocknewsletter/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/mailalerts/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/mailalerts/mailalerts.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/ps_emailalerts/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/ps_emailalerts/ps_emailalerts.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/ps_emailsubscription/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/override/modules/ps_emailsubscription/ps_emailsubscription.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/translations/en.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/translations/es.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/translations/fr.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/translations/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/translations/it.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/upgrade/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/upgrade/install-1.0.9.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/upgrade/install-1.1.5.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/upgrade/install-1.1.6.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/css/admin.css" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/css/front.css" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/css/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/css/other.css" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/fonts/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/fonts/monofont.ttf" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/basic.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/colorful.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/complex.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/google.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/google_v3.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/contact-form-code.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/contact-form-config.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/forgot-password-code.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/forgot-password-config.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/getFormat.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/login-form-code.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/login-form-config.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/submit.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/help/validate.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/other/awards-toconvert.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/other/badges-s3e73c0c3f1.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/other/ets-partner-badge.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/other/ets-superhero-1.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/other/ets-superhero-2.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/other/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/other/module-editor.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/img/refresh.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/js/admin.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/js/front.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/js/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/js/other.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/pdf/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/pdf/recaptcha_v2.pdf" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/pdf/recaptcha_v3.pdf" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/admin/_configure/helpers/form/form.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/admin/_configure/helpers/form/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/admin/_configure/helpers/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/admin/_configure/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/admin/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/front/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/bo-form.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/bo-log.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/captcha.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/contact.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/gen-html.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/head.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/js.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/hook/module-list.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/ets_advancedcaptcha/views/templates/index.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/modules/mesCategories/config_fr.xml" beforeDir="false" afterPath="$PROJECT_DIR$/modules/mesCategories/config_fr.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/override/classes/form/CustomerForm.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/override/classes/form/CustomerFormatter.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/override/classes/form/CustomerLoginForm.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/override/controllers/front/AuthController.php" beforeDir="false" afterPath="$PROJECT_DIR$/override/controllers/front/AuthController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/override/controllers/front/ContactController.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/override/controllers/front/PasswordController.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/override/modules/ps_emailsubscription/ps_emailsubscription.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/config/xml/blog-fr.xml" beforeDir="false" afterPath="$PROJECT_DIR$/config/xml/blog-fr.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/xml/default_country_modules_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/config/xml/default_country_modules_list.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/xml/modules_native_addons.xml" beforeDir="false" afterPath="$PROJECT_DIR$/config/xml/modules_native_addons.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/xml/must_have_modules_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/config/xml/must_have_modules_list.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/xml/trusted_modules_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/config/xml/trusted_modules_list.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/xml/untrusted_modules_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/config/xml/untrusted_modules_list.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/modules/mesCategories/mesCategories.php" beforeDir="false" afterPath="$PROJECT_DIR$/modules/mesCategories/mesCategories.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/modules/mesCategories/translations/fr.php" beforeDir="false" afterPath="$PROJECT_DIR$/modules/mesCategories/translations/fr.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/modules/mesCategories/views/css/front.css" beforeDir="false" afterPath="$PROJECT_DIR$/modules/mesCategories/views/css/front.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/modules/mesCategories/views/templates/hook/displayHome.tpl" beforeDir="false" afterPath="$PROJECT_DIR$/modules/mesCategories/views/templates/hook/displayHome.tpl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/themes/classic-child/assets/css/custom.css" beforeDir="false" afterPath="$PROJECT_DIR$/themes/classic-child/assets/css/custom.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/AdminContainer.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/AdminContainer.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/AdminContainer.php.meta" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/AdminContainer.php.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/FrontContainer.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/FrontContainer.php" afterDir="false" />
@@ -149,14 +57,13 @@
<change beforePath="$PROJECT_DIR$/var/cache/prod/doctrine/a1/5b32323830373036393264393636313539656536336630373133623531336564635d5b315d.doctrinecache.data" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/doctrine/b2/5b63333666326164336535656264316461353734353662306264313537323664365d5b315d.doctrinecache.data" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/doctrine/b7/5b32373137373131633931363032346238393931633636346239656539623535385d5b315d.doctrinecache.data" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/doctrine/c0/5b66725f6164646f6e735f6d6f64756c65735d5b315d.doctrinecache.data" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/doctrine/c0/5b66725f6164646f6e735f6d6f64756c65735d5b315d.doctrinecache.data" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/doctrine/c0/5b66725f6164646f6e735f6d6f64756c65735d5b315d.doctrinecache.data" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/doctrine/ee/5b66725f6c6f63616c5f6d6f64756c65735d5b315d.doctrinecache.data" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/doctrine/ee/5b66725f6c6f63616c5f6d6f64756c65735d5b315d.doctrinecache.data" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/+/R/Ae86A3iQB0PeUFe-3Eed" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/+/W/2rwsm6pJfBvVtyxk+f2i" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/-/5/XAfn-9him0pprhyb97N-" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/-/O/1Fk9E3ZRjI2oo8vR9WaY" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/-/Y/PQepr9ISlu7EvTaLs3J9" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/0/-/-PS+IwN3AsKHBnW6-WL0" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/0/L/+1E4-tJlOgxHoTPgYwUW" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/0/L/b2GBcO1zC3hIyxdiunFC" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/1/B/-yccUXhRMeZX1uRHh5l4" beforeDir="false" />
@@ -260,7 +167,6 @@
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/O/V/Q6gUYNeCAK96VkKiw--I" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/P/-/yWOW1By39Rapdo4mL10L" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/P/1/-JT2BFOFH-WoCVPznTfg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/P/4/EGdyqbr5L34IPr+0SE6b" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/P/A/x2UYddj1jB0IqrWysJ5W" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/P/E/ZxIOlH-L+OtqGzZXlIwh" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/+WuBw6C7B5/P/Q/aPWv5YMq-MoItfdm95D8" beforeDir="false" />
@@ -331,58 +237,58 @@
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/C+CsMVrfz0/X/K/rEJ4r9WOezFcAoiYdRLC" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/pools/C+CsMVrfz0/Z/A/99emlbQjC0ng+R6SqgrU" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/ps_mainmenu/3/MOD_BLOCKTOPMENU_MENU_JSON_1_1_3.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/00/e2/77/00e277d274f9fee74f3fc257225055bc212a51d8_0.file.form.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/02/f0/29/02f02902c853f98e7a9ca5e57f103751daec143e_0.file.footer.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/09/0b/86/090b867e783c58aa4e334560451edfc1fcdc2c02_0.file.search_form.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/00/e2/77/00e277d274f9fee74f3fc257225055bc212a51d8_0.file.form.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/00/e2/77/00e277d274f9fee74f3fc257225055bc212a51d8_0.file.form.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/02/f0/29/02f02902c853f98e7a9ca5e57f103751daec143e_0.file.footer.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/02/f0/29/02f02902c853f98e7a9ca5e57f103751daec143e_0.file.footer.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/09/0b/86/090b867e783c58aa4e334560451edfc1fcdc2c02_0.file.search_form.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/09/0b/86/090b867e783c58aa4e334560451edfc1fcdc2c02_0.file.search_form.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.pscontactinfonav.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.pscontactinfonav.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/13/54/89/1354897000167f960fdf38eded1cd769bad28255_0.file.displayBackOfficeHeader.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/13/54/89/1354897000167f960fdf38eded1cd769bad28255_0.file.displayBackOfficeHeader.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/18/87/a7/1887a71ca547431b4419152ffb69da76dcb79a9e_0.file.javascript.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/18/87/a7/1887a71ca547431b4419152ffb69da76dcb79a9e_0.file.javascript.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/18/87/a7/1887a71ca547431b4419152ffb69da76dcb79a9e_0.file.javascript.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/21/31/8a/21318a11bf6cf1c30c0470fd62e35c905a9535a0_0.file.welcome.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/23/9b/7b/239b7b63d666e6a5d921f3bec06b012ef949bc3a_0.file.employee_dropdown.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/23/9b/7b/239b7b63d666e6a5d921f3bec06b012ef949bc3a_0.file.employee_dropdown.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/23/9b/7b/239b7b63d666e6a5d921f3bec06b012ef949bc3a_0.file.employee_dropdown.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/2a/f1/ff/2af1ff03242c0a25e374ad0803d0e3569f978f81_0.file.layout.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/2a/f1/ff/2af1ff03242c0a25e374ad0803d0e3569f978f81_0.file.layout.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/2d/6d/5a/2d6d5a4ee36221fd8519745c7b5147b39d651875_0.file.header.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/2d/6d/5a/2d6d5a4ee36221fd8519745c7b5147b39d651875_0.file.header.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/2d/6d/5a/2d6d5a4ee36221fd8519745c7b5147b39d651875_0.file.header.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/2e/aa/61/2eaa61d10c949b0358f1439e85d012590c058bc2_0.file.view.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/30/b4/b5/30b4b5d7a97b6e0f60c644ed1fc81a2d7a0f4930_0.file.javascript.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/30/b4/b5/30b4b5d7a97b6e0f60c644ed1fc81a2d7a0f4930_0.file.javascript.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/34/a0/d0/34a0d01e85ee4040a3ce3172fdb341ebf008d97a_0.file.nav_bar.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/34/a0/d0/34a0d01e85ee4040a3ce3172fdb341ebf008d97a_0.file.nav_bar.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/34/a0/d0/34a0d01e85ee4040a3ce3172fdb341ebf008d97a_0.file.nav_bar.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/3e/f4/7b/3ef47b22fb0e55baeed2419be430cd67017e6572_0.file.calendar.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/40/ce/9d/40ce9df2e117974089f30e003f6aef6ab837b7ef_0.file.login_addons.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/40/ce/9d/40ce9df2e117974089f30e003f6aef6ab837b7ef_0.file.login_addons.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/40/ce/9d/40ce9df2e117974089f30e003f6aef6ab837b7ef_0.file.login_addons.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.psmainmenupsmainmenu.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/45/71/1b/45711b3db1a93ebf129dbe72f296e24848c27404_0.file.content.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/45/71/1b/45711b3db1a93ebf129dbe72f296e24848c27404_0.file.content.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/57/f7/56/57f756970ad11e5006af28865a2757be2f04a4e0_0.file.shop_list.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/57/f7/56/57f756970ad11e5006af28865a2757be2f04a4e0_0.file.shop_list.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/57/f7/56/57f756970ad11e5006af28865a2757be2f04a4e0_0.file.shop_list.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/63/a5/4e/63a54e2b2cada9dc346df441386f1523a8eedcf9_0.file.page_header_toolbar.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/63/a5/4e/63a54e2b2cada9dc346df441386f1523a8eedcf9_0.file.page_header_toolbar.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/64/03/40/64034093fbda864710a2c0f526b37f921e53ee39_2.module.psbannerpsbanner.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/65/16/38/651638af1aa05692b0e67a28f71e85196de44d05_0.file.displayBackOfficeHeader.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/67/e6/ce/67e6ce3caae2cd5d3d38df8056a74e91119e040c_0.file.quick_access.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/64/03/40/64034093fbda864710a2c0f526b37f921e53ee39_2.module.psbannerpsbanner.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/64/03/40/64034093fbda864710a2c0f526b37f921e53ee39_2.module.psbannerpsbanner.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/65/16/38/651638af1aa05692b0e67a28f71e85196de44d05_0.file.displayBackOfficeHeader.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/65/16/38/651638af1aa05692b0e67a28f71e85196de44d05_0.file.displayBackOfficeHeader.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/67/e6/ce/67e6ce3caae2cd5d3d38df8056a74e91119e040c_0.file.quick_access.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/67/e6/ce/67e6ce3caae2cd5d3d38df8056a74e91119e040c_0.file.quick_access.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/69/f1/42/69f142b99bbba2e4dbd2b9daa1938c33ed891c45_0.file.login_addons.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/69/f1/42/69f142b99bbba2e4dbd2b9daa1938c33ed891c45_0.file.login_addons.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/6c/21/08/6c2108a17c7103b6e203f4f0621d4645b56b0114_2.module.psimagesliderviewstemplat.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/86/5e/2a/865e2a6894ace2114bfd67a9af5d0e3aa177eb6e_0.file.modal.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/86/5e/2a/865e2a6894ace2114bfd67a9af5d0e3aa177eb6e_0.file.modal.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/87/b6/67/87b667e7cf5dbe92a22d4d98f15af3f0c13be866_0.file.modal.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/87/b6/67/87b667e7cf5dbe92a22d4d98f15af3f0c13be866_0.file.modal.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/87/b6/67/87b667e7cf5dbe92a22d4d98f15af3f0c13be866_0.file.modal.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.pslinklistviewstemplatesh.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.pslinklistviewstemplatesh.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/97/9f/4b/979f4b5acfb95e1236aec301d74ea3603cd10dfc_0.file.end.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9b/42/59/9b4259caa189d3844348bb5e650ef11eabc30cdd_0.file.notifications_center.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9b/8a/6d/9b8a6d57633571e0543c770cad9c946ddfae2b1d_0.file.content.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9b/42/59/9b4259caa189d3844348bb5e650ef11eabc30cdd_0.file.notifications_center.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9b/42/59/9b4259caa189d3844348bb5e650ef11eabc30cdd_0.file.notifications_center.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9b/8a/6d/9b8a6d57633571e0543c770cad9c946ddfae2b1d_0.file.content.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9b/8a/6d/9b8a6d57633571e0543c770cad9c946ddfae2b1d_0.file.content.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9e/af/2b/9eaf2bc964ab1609f9a54bdd439a8ad7e6253676_0.file.search_form.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/9e/af/2b/9eaf2bc964ab1609f9a54bdd439a8ad7e6253676_0.file.search_form.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/a3/ce/47/a3ce473b71bd9b195a4181ba3e59686f2f24994d_0.file.dashboard_zone_two.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/b5/2e/39/b52e39591ae4453895a49691d15d1875a850dc34_0.file.end.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/b9/09/9d/b9099d048ac0d5cc530be7fc4948558b38f3cdf7_0.file.nav.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/b9/09/9d/b9099d048ac0d5cc530be7fc4948558b38f3cdf7_0.file.nav.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/bb/10/c2/bb10c22ffed80eca15ca99db0f6479bdacdb915a_0.file.dashboard_zone_two.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c2/dd/07/c2dd0740a95279d7518c1785b593c21426c57d28_0.file.page_header_toolbar.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c3/57/15/c357155dee1f8238b0f851a514641ebc2fc5a080_0.file.error_messages.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c2/dd/07/c2dd0740a95279d7518c1785b593c21426c57d28_0.file.page_header_toolbar.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c2/dd/07/c2dd0740a95279d7518c1785b593c21426c57d28_0.file.page_header_toolbar.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c3/57/15/c357155dee1f8238b0f851a514641ebc2fc5a080_0.file.error_messages.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c3/57/15/c357155dee1f8238b0f851a514641ebc2fc5a080_0.file.error_messages.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c5/0d/68/c50d683b271fe2d4ed5fd29412fa4b95d43eaf5d_0.file.dashboard_zone_one.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c5/38/3c/c5383c2a0d1ec82f006cc4528c15c05639bd91da_0.file.layout.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/d3/10/41/d31041a61c53b66c7223cdebfadff57c27954976_0.file.non-responsive.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c5/38/3c/c5383c2a0d1ec82f006cc4528c15c05639bd91da_0.file.layout.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/c5/38/3c/c5383c2a0d1ec82f006cc4528c15c05639bd91da_0.file.layout.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/d3/10/41/d31041a61c53b66c7223cdebfadff57c27954976_0.file.non-responsive.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/d3/10/41/d31041a61c53b66c7223cdebfadff57c27954976_0.file.non-responsive.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/d6/a6/3c/d6a63c547c29413721bfc0964c4085c788bd8303_0.file.header.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/d6/a6/3c/d6a63c547c29413721bfc0964c4085c788bd8303_0.file.header.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/dd/b5/ff/ddb5ff90bc7e2ea8e00ed1a94479fe755c31585e_0.file.footer.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/dd/b5/ff/ddb5ff90bc7e2ea8e00ed1a94479fe755c31585e_0.file.footer.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/df/55/de/df55de9049fdd1ab57f14c9055cb8d6a120841dc_0.file.modal.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/df/55/de/df55de9049fdd1ab57f14c9055cb8d6a120841dc_0.file.modal.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/f2/a4/96/f2a496cb99ba0b5a93e1e6afd913830ac2b50715_0.file.confirmation_messages.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/f2/a4/96/f2a496cb99ba0b5a93e1e6afd913830ac2b50715_0.file.confirmation_messages.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/f2/a4/96/f2a496cb99ba0b5a93e1e6afd913830ac2b50715_0.file.confirmation_messages.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/f7/8d/61/f78d61fd4b4761e55aef147de440e4cb5d6f95ec_0.file.welcome.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/fb/ee/03/fbee03e8dfa67fc0d85f17543903dc2c483f0fc0_0.file.warning_messages.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/fc/ac/a3/fcaca3ea195161e0fa685fb79a07ff09f5b771c3_0.file.information_messages.tpl.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/fb/ee/03/fbee03e8dfa67fc0d85f17543903dc2c483f0fc0_0.file.warning_messages.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/fb/ee/03/fbee03e8dfa67fc0d85f17543903dc2c483f0fc0_0.file.warning_messages.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/smarty/compile/fc/ac/a3/fcaca3ea195161e0fa685fb79a07ff09f5b771c3_0.file.information_messages.tpl.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/smarty/compile/fc/ac/a3/fcaca3ea195161e0fa685fb79a07ff09f5b771c3_0.file.information_messages.tpl.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/translations/catalogue.fr-FR.L8dqxxF.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/translations/catalogue.fr-FR.L8dqxxF.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php" beforeDir="false" afterPath="$PROJECT_DIR$/var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/var/cache/prod/twig/04/04edb9a3990fb491643c8019b417a5f6b8200c934342c8c977a26d7699221c63.php" beforeDir="false" />
@@ -491,7 +397,8 @@
<workItem from="1603731118539" duration="10997000" />
<workItem from="1603802692497" duration="476000" />
<workItem from="1603874355309" duration="460000" />
<workItem from="1603960056312" duration="4511000" />
<workItem from="1603960056312" duration="5100000" />
<workItem from="1604065529796" duration="5637000" />
</task>
<task id="LOCAL-00001" summary="Initial commit">
<created>1602059851601</created>
@@ -584,7 +491,14 @@
<option name="project" value="LOCAL" />
<updated>1603961764732</updated>
</task>
<option name="localTasksCounter" value="14" />
<task id="LOCAL-00014" summary="On change de module de Captcha">
<created>1603966169296</created>
<option name="number" value="00014" />
<option name="presentableId" value="LOCAL-00014" />
<option name="project" value="LOCAL" />
<updated>1603966169296</updated>
</task>
<option name="localTasksCounter" value="15" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -619,7 +533,8 @@
<MESSAGE value="On rajoute un titre de section" />
<MESSAGE value="Quelques petites modifs de style" />
<MESSAGE value="Y'avait un bogue dans le module ppbrandslider" />
<option name="LAST_COMMIT_MESSAGE" value="Y'avait un bogue dans le module ppbrandslider" />
<MESSAGE value="On change de module de Captcha" />
<option name="LAST_COMMIT_MESSAGE" value="On change de module de Captcha" />
</component>
<component name="WindowStateProjectService">
<state x="1022" y="562" key="#Notifications" timestamp="1602059783043">
@@ -634,10 +549,10 @@
<screen x="0" y="23" width="2560" height="1417" />
</state>
<state x="744" y="393" width="1071" height="724" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1603269276743" />
<state x="716" y="290" width="1228" height="854" key="CommitChangelistDialog2" timestamp="1603961764105">
<state x="590" y="237" width="1228" height="854" key="CommitChangelistDialog2" timestamp="1603966168266">
<screen x="0" y="23" width="2560" height="1417" />
</state>
<state x="716" y="290" width="1228" height="854" key="CommitChangelistDialog2/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1603961764105" />
<state x="590" y="237" width="1228" height="854" key="CommitChangelistDialog2/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1603966168266" />
<state x="716" y="290" key="CommitChangelistDialog2/0.23.2560.1417/2560.23.1920.1057@0.23.2560.1417" timestamp="1602443605649" />
<state width="2500" height="354" key="GridCell.Tab.0.bottom" timestamp="1603800751715">
<screen x="0" y="23" width="2560" height="1417" />
@@ -707,19 +622,19 @@
<screen x="0" y="23" width="2560" height="1417" />
</state>
<state width="500" height="445" key="SwitcherDM/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1602591218512" />
<state x="880" y="471" key="Vcs.Push.Dialog.v2" timestamp="1603961766505">
<state x="880" y="471" key="Vcs.Push.Dialog.v2" timestamp="1603966170973">
<screen x="0" y="23" width="2560" height="1417" />
</state>
<state x="880" y="471" key="Vcs.Push.Dialog.v2/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1603961766505" />
<state x="880" y="471" key="Vcs.Push.Dialog.v2/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1603966170973" />
<state x="880" y="471" key="Vcs.Push.Dialog.v2/0.23.2560.1417/2560.23.1920.1057@0.23.2560.1417" timestamp="1602443610886" />
<state x="1093" y="652" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1603212673055">
<screen x="0" y="23" width="2560" height="1417" />
</state>
<state x="1093" y="652" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1603212673055" />
<state x="569" y="194" width="1539" height="1035" key="find.popup" timestamp="1603965915660">
<state x="569" y="194" width="1539" height="1035" key="find.popup" timestamp="1604077839112">
<screen x="0" y="23" width="2560" height="1417" />
</state>
<state x="569" y="194" width="1539" height="1035" key="find.popup/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1603965915660" />
<state x="569" y="194" width="1539" height="1035" key="find.popup/0.23.2560.1417/2560.142.1920.1057/-1920.23.1920.1057@0.23.2560.1417" timestamp="1604077839112" />
<state x="712" y="271" width="1324" height="934" key="find.popup/0.23.2560.1417/2560.23.1920.1057@0.23.2560.1417" timestamp="1603537441558" />
<state x="1048" y="586" width="846" height="259" key="git4idea.remote.GitConfigureRemotesDialog" timestamp="1602059416468">
<screen x="0" y="23" width="2560" height="1417" />

View File

@@ -5,6 +5,14 @@
<description></description>
<language>fr</language>
<atom:link href="https://www.prestashop.com/fr/blog/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>6 preuves sociales pour construire une relation de confiance immédiate avec vos prospects</title>
<link>https://www.prestashop.com/fr/blog/preuves-sociales-confiance</link>
<description>Si vous pensez que seul votre site e-commerce suffit à construire une relation de confiance solide avec vos clients, vous faîtes erreurs.</description>
<pubDate>Fri, 30 Oct 2020 15:32:18 +0100</pubDate>
<dc:creator>YATEO</dc:creator>
<guid isPermaLink="false">https://www.prestashop.com/fr/blog/preuves-sociales-confiance</guid>
</item>
<item>
<title>Les modules PrestaShop à considérer pour réussir Black Friday et les fêtes de fin dannée</title>
<link>https://www.prestashop.com/fr/blog/modules-black-friday-2020</link>
@@ -76,14 +84,6 @@
<pubDate>Mon, 05 Oct 2020 17:03:17 +0200</pubDate>
<dc:creator>Mickaël Benamran</dc:creator>
<guid isPermaLink="false">https://www.prestashop.com/fr/blog/livraison-jour-meme</guid>
</item>
<item>
<title>Les paiements de A à Z Chapitre 1 : optimisez lexpérience dachat</title>
<link>https://www.prestashop.com/fr/blog/paiements-experience-achat</link>
<description>Un des enjeux majeurs du secteur de le-commerce réside dans le paiement en ligne.</description>
<pubDate>Fri, 02 Oct 2020 16:26:05 +0200</pubDate>
<dc:creator>Lucie Gimon FR</dc:creator>
<guid isPermaLink="false">https://www.prestashop.com/fr/blog/paiements-experience-achat</guid>
</item>
</channel>
</rss>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +1,2 @@
<?xml version="1.0"?>
<modules_list><modules type="untrusted"><module name="blocktopdropdownmenu"/><module name="mescategories"/><module name="ppbrandslider"/><module name="statsbestmanufacturers"/></modules></modules_list>
<modules_list><modules type="untrusted"><module name="blocktopdropdownmenu"/><module name="eicaptcha"/><module name="mescategories"/><module name="ppbrandslider"/><module name="statsbestmanufacturers"/></modules></modules_list>

BIN
img/s/12.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/s/13.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/s/14.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/s/15.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/s/16.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/s/17.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/s/18.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/s/19.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
img/tmp/category_3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>eicaptcha</name>
<displayName><![CDATA[(Re)Captcha]]></displayName>
<version><![CDATA[2.0.1]]></version>
<description><![CDATA[Add a captcha to your website form]]></description>
<author><![CDATA[hhennes]]></author>
<tab><![CDATA[front_office_features]]></tab>
<is_configurable>1</is_configurable>
<need_instance>1</need_instance>
<limited_countries></limited_countries>
</module>

View File

@@ -61,8 +61,6 @@ class MesCategories extends Module
*/
public function install()
{
Configuration::updateValue('MESCATEGORIES_LIVE_MODE', false);
return parent::install() &&
$this->registerHook('header') &&
$this->registerHook('backOfficeHeader') &&
@@ -73,8 +71,6 @@ class MesCategories extends Module
public function uninstall()
{
Configuration::deleteByName('MESCATEGORIES_LIVE_MODE');
return parent::uninstall();
}
@@ -156,6 +152,31 @@ class MesCategories extends Module
)
),
),
array(
'type' => 'text',
'desc' => $this->l('Percent of categorie\' thumbnail opacity (between 0 and 100)'),
'name' => 'MESCATEGORIES_IMAGE_OPACITY',
'label' => $this->l('Opacity of thumbnails')
),
array(
'type' => 'switch',
'desc' => $this->l('Display your subcategories with bold text'),
'name' => 'MESCATEGORIES_BOLD_SUBCATEGORIES',
'is_bool' => true,
'label' => $this->l('Subcategories in bold'),
'values' => array(
array(
'id' => 'active_on',
'value' => true,
'label' => $this->l('Enabled')
),
array(
'id' => 'active_off',
'value' => false,
'label' => $this->l('Disabled')
)
)
),
),
'submit' => array(
'title' => $this->l('Save'),
@@ -171,6 +192,8 @@ class MesCategories extends Module
{
return array(
'MESCATEGORIES_SHOW_IMAGES' => Configuration::get('MESCATEGORIES_SHOW_IMAGES', true),
'MESCATEGORIES_IMAGE_OPACITY' => Configuration::get('MESCATEGORIES_IMAGE_OPACITY', 50),
'MESCATEGORIES_BOLD_SUBCATEGORIES' => Configuration::get('MESCATEGORIES_BOLD_SUBCATEGORIES', false),
);
}
@@ -238,6 +261,8 @@ class MesCategories extends Module
$this->smarty->assign(array(
'categories' => $my_array,
'SHOW_IMAGES' => Configuration::get('MESCATEGORIES_SHOW_IMAGES', true),
'IMAGE_OPACITY' => Configuration::get('MESCATEGORIES_IMAGE_OPACITY', true),
'BOLD_SUBCATEGORIES' => Configuration::get('MESCATEGORIES_BOLD_SUBCATEGORIES', true),
));

View File

@@ -9,6 +9,10 @@ $_MODULE['<{mescategories}prestashop>mescategories_4861c3d5c88af6037e2bfb0d5c309
$_MODULE['<{mescategories}prestashop>mescategories_833a6f0f9fb2be7fe8082b41594a8043'] = 'Affiche les images de vos catégories sur la page au lieu de leur titre simplement';
$_MODULE['<{mescategories}prestashop>mescategories_00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Oui';
$_MODULE['<{mescategories}prestashop>mescategories_b9f5c797ebbf55adccdd8539a65a0241'] = 'Non';
$_MODULE['<{mescategories}prestashop>mescategories_d6cc16d06193b759f89e1bd9a0a68cfd'] = 'Pourcentage d\'opacité (entre 0 et 100) pour les vignettes de vos catégories';
$_MODULE['<{mescategories}prestashop>mescategories_1b6a27028b34a0d2d05402842c9d6eb1'] = 'Opacité des vignettes';
$_MODULE['<{mescategories}prestashop>mescategories_91d498010c32cd54cdeeaba7c921e6b2'] = 'Affiche vos sous-catégories en gras';
$_MODULE['<{mescategories}prestashop>mescategories_8b6a7c7c9a604d37a5a6f2277ffb7ea6'] = 'Sous-catégories en gras';
$_MODULE['<{mescategories}prestashop>mescategories_c9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_MODULE['<{mescategories}prestashop>configure_464e37a930f5702c14f862ab9497860d'] = 'Module d\'affichage de vos catégories';
$_MODULE['<{mescategories}prestashop>configure_0b79795d3efc95b9976c7c5b933afce2'] = 'Bienvenue sur le module d\'affichage de vos catégories !';

View File

@@ -23,8 +23,10 @@
/* Catégorie (image + titre) */
.figure img {
width: 150px;
height: 180px;
overflow: hidden;
text-align: center;
border-radius: 5px;
opacity: 0.3;
}
.figure figcaption {
margin-bottom: 10px;
@@ -51,7 +53,7 @@
font-size: 0.95rem;
font-family: "Raleway", sans-serif;
color: black;
font-weight: normal;
/*font-weight: normal;*/
}
.subcategories-list > a:hover {
background-color: rgba(177,194,90,1);

View File

@@ -9,7 +9,7 @@
{if $SHOW_IMAGES}
<figure class="figure">
<figcaption>{$category.category_name}</figcaption>
<img src="{$urls.base_url}img/c/{$category.category_id}.jpg" alt="{$category.category_name|escape:'html':'UTF-8'}" />
<img src="{$urls.base_url}img/c/{$category.category_id}.jpg" alt="{$category.category_name|escape:'html':'UTF-8'}" style="opacity:{$IMAGE_OPACITY/100}" />
</figure>
{else}
<h2>{$category.category_name}</h2>
@@ -19,7 +19,7 @@
<div class="subcategories-list">
{foreach from=$category.subcategories item=subcategory name=subcategory_list}
<a href="{$link->getCategoryLink($subcategory.subcategory_id, $subcategory.subcategory_link)|escape:'html':'UTF-8'}"
title="{$subcategory.subcategory_name|escape:'html':'UTF-8'}">
title="{$subcategory.subcategory_name|escape:'html':'UTF-8'}" {if $BOLD_SUBCATEGORIES}style="font-weight: bold"{/if}>
{$subcategory.subcategory_name|escape:'html':'UTF-8'}
</a><br />

View File

@@ -8,7 +8,9 @@ a {
color: rgba(177,194,90,1);
}
#header .header-nav .cart-preview.active {
background: black;
}
/* On occupe toute la largeur de l'écran */
.container {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB