MILBUC Posted July 19, 2013 Share Posted July 19, 2013 (edited) Bonsoir, je souhaiterai placer un "copyright" dans mon footer, sur la meme ligne que "prestashop version mobile" Dans l'idéal "version mobile" a gauche et le copyright a droite. j'imagine que c'est dans footer.tpl mais je n'arrive pas à obtenir ce que je souhaite. Si quelqu'un peut m'aider? voici la ligne de code que j'ai correspondant a "version mobile", qu'est ce qu'il faut que je rajouter svp? <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> merci Edited July 19, 2013 by MILBUC (see edit history) Link to comment Share on other sites More sharing options...
Stéphane Chonez Posted July 19, 2013 Share Posted July 19, 2013 bonsoir Milbuc, quelque chose du genre devrait offrir les bases de ta réfléxion. Faudra surement ajouter des marges... <p class="left clearBoth">© copyright boutique-fumeur.com</p> <p class="right clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> a tester Link to comment Share on other sites More sharing options...
MILBUC Posted July 19, 2013 Author Share Posted July 19, 2013 Merci Stéphane, ca fonctionne pour le gauche et droite mais la ils apparaissent sur un ligne differente par contre, avez vous une idee pour qu'il soit aligner sur une seule et meme ligne? Link to comment Share on other sites More sharing options...
Stéphane Chonez Posted July 19, 2013 Share Posted July 19, 2013 il faut retirer le clearboth comme ceci : <p class="right ">copyright © boutique-fumeur.com 2011-2014</p> Link to comment Share on other sites More sharing options...
MILBUC Posted July 19, 2013 Author Share Posted July 19, 2013 yeah bingo amigo! merci pour le coup de main. c'est pas toujours évident quand on rame... Link to comment Share on other sites More sharing options...
Stéphane Chonez Posted July 19, 2013 Share Posted July 19, 2013 pour faire plus "propre" je vous propose ce code : <p class="left clearBoth"><a href="http://www.boutique-fumeurs.com/?mobile_theme_ok">Consulter la version mobile du site</a> </p> <p class="right ">copyright © boutique-fumeur.com 2011-2014</p> en ajoutant les styles dans le fichier globall.css de votre thème #footer p.left { float:left; margin-left:10px;} #footer p.right { float:right; margin-right:10px; color:#990000;} Link to comment Share on other sites More sharing options...
MILBUC Posted July 19, 2013 Author Share Posted July 19, 2013 ah oui en effet c'est mieux je comprend bien ce que tu m as fait faire, mais le faire par moi meme je n'aurai jamais su. Encore merci Link to comment Share on other sites More sharing options...
Stéphane Chonez Posted July 19, 2013 Share Posted July 19, 2013 content de rendre service ;-) bonne continuation, Stéphane Link to comment Share on other sites More sharing options...
Superbegood31 Posted July 22, 2013 Share Posted July 22, 2013 Vous pouvez également ajouter l'année du copyright automatiquement avec ceci : Copyright [b][color=#ff0000]votre_annee[/color][/b]{if ({$smarty.now|date_format:"%Y"}>[b][color=#ff0000]votre_annee[/color][/b])}{- $smarty.now|date_format:"%Y"}{else}{""}{/if} Remplacer votre_annee par l'année de début de votre copyright Bonne journée Link to comment Share on other sites More sharing options...
laureneduthoit Posted October 28, 2014 Share Posted October 28, 2014 Bonjour, Dans quel fichier effectuez-vous cette modification svp ? Car j'ai suivi vos conseils mais pourtant mon copyright n'apparaît pas D'avance merci ! Laurene Link to comment Share on other sites More sharing options...
Superbegood31 Posted October 28, 2014 Share Posted October 28, 2014 Bonjour, Dans le footer.tpl de votre thème. Pensez aux caches pour voir votre modification... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now