modif logo footer

This commit is contained in:
Thibault UBUNTU 2016-03-07 11:03:22 +01:00
parent 1ef9b58eb7
commit f2b34f988a
4 changed files with 2 additions and 1 deletions

View File

@ -4601,6 +4601,7 @@ body.vp-maman, #index.logged.vp-maman {
#footer #paiement_logo_block_left a.payment {
float: right;
margin-top: 17px;
text-align: right;
}
#footer > .content > .sub_content {
width: 980px;

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -30,7 +30,7 @@
<img src="{$img_dir}logo_bbb_footer_{$cookie->id_lang}.png" alt="" />
</a>
<a class="payment" href="{$link->getCMSLink($cms_payement_logo)}">
<img src="{$img_dir}payment.png" alt="" />
<img src="{$img_dir}payment_{$cookie->id_lang}.png" alt="" />
</a>
</div>
<!-- /Block payment logo module -->