$(document).ready(function(){ $( '
' ).insertAfter( "#htmlcontent_home" ); $('#myCarousel').carousel({ interval: 4000 }) $('.carousel .item').each(function(){ var next = $(this).next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); for (var i=0;i<4;i++) { next=next.next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); } }); $('footer .bottom-footer div').html('©2026 - Design by Artik-Design'); $('#tool_customization').html('L'outil de personnalisation ne vous permet plus de changer les couleurs.Afin d'utiliser cet outil, vous devez désactiver le module "Ambiances de thème" le thème sexy Starnet.Vous seul pouvez voir cet outil, parce que vous êtes connecté au back-office en tant qu'administrateur. Vos visiteurs ne le verront pas.
'); });