From 0971b845f6b22a742d862601d62495e9f3103783 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 19 Jun 2017 09:22:46 +0000 Subject: [PATCH] fix #1482 @0:25 --- framework/application/views/helpers/FooterSocials.php | 2 -- js/home.js | 1 - less/footer.less | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/application/views/helpers/FooterSocials.php b/framework/application/views/helpers/FooterSocials.php index d222a3b..254c79c 100644 --- a/framework/application/views/helpers/FooterSocials.php +++ b/framework/application/views/helpers/FooterSocials.php @@ -20,5 +20,3 @@ class Cubedesigners_View_Helper_FooterSocials extends CubeIT_View_Helper_Abstrac } } - -?> diff --git a/js/home.js b/js/home.js index 7a99f4a..e872aa9 100644 --- a/js/home.js +++ b/js/home.js @@ -16,7 +16,6 @@ function load_home() { duration: 500, hash: false }); - } function resize_home() { diff --git a/less/footer.less b/less/footer.less index 7499c21..60e0b74 100644 --- a/less/footer.less +++ b/less/footer.less @@ -91,7 +91,7 @@ } .contact-texte { - background-image: url('../images/picto_footer_mail.svg'); + background-image: url('/images/picto_footer_mail.svg'); background-repeat: no-repeat; background-position: 0px 10px; color: #fff; -- 2.39.5