Commit 8fb3fae6 authored by John Punzalan's avatar John Punzalan

Add Mentions légales & CGV

parent 00841377
......@@ -29,7 +29,7 @@
<footer>
<div class="row">
<div class="col-md-12 footer-4 js-custom-text">
<address><?php echo $this->getCopyright() ?> Mentions légales | CGV</address>
<address><?php echo $this->getCopyright() ?> <a href="<?= Mage::getUrl('mentions-legales'); ?>">Mentions légales</a> | <a href="<?= Mage::getUrl('cgv'); ?>"> CGV</a></address>
</div>
<div class="col-md-12 footer-4">
<a href="mailto:panasonic@lecanal.fr">Devenir ambassadeur Panasonic</a>
......
......@@ -354,6 +354,12 @@ header[role="banner"] {
}
}
.cms-page-view {
.container-fluid {
padding: 0 !important;
}
}
.follow-links {
list-style-type: none;
li {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment