diff --git a/cache/smarty/cache/index.php b/cache/smarty/cache/index.php deleted file mode 100644 index 369a7a3f..00000000 --- a/cache/smarty/cache/index.php +++ /dev/null @@ -1,35 +0,0 @@ - -* @copyright 2007-2014 PrestaShop SA -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); - -header("Cache-Control: no-store, no-cache, must-revalidate"); -header("Cache-Control: post-check=0, pre-check=0", false); -header("Pragma: no-cache"); - -header("Location: ../"); -exit; diff --git a/themes/toutpratique/css/global.css b/themes/toutpratique/css/global.css index 3f1de4ad..4c7daf12 100644 --- a/themes/toutpratique/css/global.css +++ b/themes/toutpratique/css/global.css @@ -1085,7 +1085,7 @@ body .ac_results { background-size: contain; height: 256px; } -.newsletter_footer h5 { +.newsletter_footer div { font-family: 'nautilus'; font-size: 50px; text-align: center; @@ -1096,7 +1096,7 @@ body .ac_results { -o-text-shadow: 1px 1px 1px #696565; text-shadow: 1px 1px 1px #696565; } - .newsletter_footer h5 span { + .newsletter_footer div span { color: #333333; } .newsletter_footer p { @@ -1199,7 +1199,7 @@ body .ac_results { padding-left: 280px; padding-right: 25px; } - .newsletter_lightbox h5 { + .newsletter_lightbox div { font-family: 'nautilus'; font-size: 50px; margin-bottom: 20px; @@ -1210,7 +1210,7 @@ body .ac_results { -o-text-shadow: 1px 1px 1px #696565; text-shadow: 1px 1px 1px #696565; } - .newsletter_lightbox h5 span { + .newsletter_lightbox div span { color: #333333; } .newsletter_lightbox p{ @@ -1317,7 +1317,7 @@ body .ac_results { .post-product .product_post .price{ font-size: 18px;} .post-product .product_post .old_price{ font-size: 14px;} - .newsletter_footer h5 { font-size: 30px; } + .newsletter_footer div { font-size: 30px; } .newsletter_footer p { font-size: 14px; padding: 0 190px; } #header #mainmenu .menu-content > li a { font-size: 13px; padding: 9px 6px } @@ -1376,7 +1376,7 @@ body .ac_results { .video_home h4 { font-size: 30px;} .newsletter_footer { height: 159px;} - .newsletter_footer h5 { margin-top: 0; padding-top: 30px; } + .newsletter_footer div { margin-top: 0; padding-top: 30px; } .newsletter_footer p { display: none; } @@ -1505,7 +1505,7 @@ body .ac_results { width: 100%; } .newsletter_footer .form-group { width: 100%; } - .newsletter_footer h5 { margin-top: 0; padding-top: 0; text-shadow:0px 0px;} + .newsletter_footer div { margin-top: 0; padding-top: 0; text-shadow:0px 0px;} .newsletter_footer p { display: block; padding: 0; } .newsletter_footer .btn{ width: 100%; } @@ -1523,7 +1523,7 @@ body .ac_results { padding-left: 170px; padding-right: 5px; } - .newsletter_lightbox h5{ + .newsletter_lightbox div{ font-size: 35px; } .newsletter_lightbox p{ @@ -1616,7 +1616,7 @@ body .ac_results { .newsletter_lightbox{width: 100%; background:#529bb6;} .newsletter_lightbox .newsletter-box {padding-left: 5px;} - .newsletter_lightbox h5{font-size: 30px} + .newsletter_lightbox div{font-size: 30px} .newsletter_lightbox .form-group{padding: 0 5px;} .newsletter_lightbox input.newsletter-input, .newsletter_lightbox .btn.btn-black{display: block; width: 100%; text-align: center;} .video_home { padding: 22px 0 } @@ -2541,7 +2541,7 @@ main#categorycms { margin-bottom: 30px } .vote_box.button span { font-size: 15px; } #postcms .note_article.stack{ width: 135px; } #postcms #stack_right.stack { width: 293px; } - .newsletter_left h5 { margin-bottom: 14px; margin-top: 32px; padding: 0 10px;} + .newsletter_left div { margin-bottom: 14px; margin-top: 32px; padding: 0 10px;} .newsletter_left p { font-size: 12px; padding-left: 121px; padding-right: 0; } .newsletter_left .form-group .btn, .newsletter_left .form-group #newsletter-input { width: 270px;} @@ -2577,7 +2577,7 @@ main#categorycms { margin-bottom: 30px } } #postcms .pack_bottom .title { font-size: 32px;} .newsletter_left { background: #529bb6; height: auto; padding: 15px; } - .newsletter_left h5 { display: none;} + .newsletter_left div { display: none;} .newsletter_left p { padding: 0; font-size: 14px; display: block; text-align: center;} .newsletter_left .form-group{ width: 100%;} .newsletter_left .form-group #newsletter-input { border-top: 1px solid #bbb; margin: 0;} diff --git a/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl b/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl index 9565a880..a7c1a245 100644 --- a/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl +++ b/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl @@ -1,6 +1,6 @@
-
{l s='Newsletter' mod='blocknewsletter'}
+
{l s='Newsletter' mod='blocknewsletter'}

{l s='Subscribe to receive our monthly news and our special offers by email !' mod='blocknewsletter'}

diff --git a/themes/toutpratique/modules/blocknewsletter/blocknewsletter_footer.tpl b/themes/toutpratique/modules/blocknewsletter/blocknewsletter_footer.tpl index f996594c..b1b38bf3 100644 --- a/themes/toutpratique/modules/blocknewsletter/blocknewsletter_footer.tpl +++ b/themes/toutpratique/modules/blocknewsletter/blocknewsletter_footer.tpl @@ -3,10 +3,10 @@ {*if $page_name == 'homestore' || $page_name == 'category' || $page_name == 'product'*} {if true == false} -
{l s='Profitez d\'une' mod='blocknewsletter'} {l s='réduction de 10€' mod='blocknewsletter'} {l s='tout de suite !' mod='blocknewsletter'}
+
{l s='Profitez d\'une' mod='blocknewsletter'} {l s='réduction de 10€' mod='blocknewsletter'} {l s='tout de suite !' mod='blocknewsletter'}

{l s='Abonnez-vous à ma sélection d\'astuces et conseils mensuels et recevez immédiatemment un bon de réduction de 10 € valable sur toute la boutique ToutPratique.com !' mod='blocknewsletter'}

{else} -
{l s='Recevez' mod='blocknewsletter'} {l s='gratuitement' mod='blocknewsletter'} {l s='mon guide !' mod='blocknewsletter'}
+
{l s='Recevez' mod='blocknewsletter'} {l s='gratuitement' mod='blocknewsletter'} {l s='mon guide !' mod='blocknewsletter'}

{l s='Abonnez-vous à ma sélection d\'astuces et conseils mensuels et recevez immédiatemment mon guide du Tout Propre en PDF par email!' mod='blocknewsletter'}

{/if} diff --git a/themes/toutpratique/modules/blocknewsletter/blocknewsletter_left.tpl b/themes/toutpratique/modules/blocknewsletter/blocknewsletter_left.tpl index 9dae1312..9b697378 100644 --- a/themes/toutpratique/modules/blocknewsletter/blocknewsletter_left.tpl +++ b/themes/toutpratique/modules/blocknewsletter/blocknewsletter_left.tpl @@ -1,6 +1,6 @@