From 40d7a12e00e3677970dd1bd296c81988bd23101c Mon Sep 17 00:00:00 2001 From: "hugues.genin" <hugues.genin@ensiie.fr> Date: Wed, 19 Dec 2018 21:52:23 +0100 Subject: [PATCH] Modif bouton follow --- src/WebApp/application/views/accueil.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/WebApp/application/views/accueil.php b/src/WebApp/application/views/accueil.php index 71a474a..a5c735d 100644 --- a/src/WebApp/application/views/accueil.php +++ b/src/WebApp/application/views/accueil.php @@ -197,8 +197,10 @@ defined('BASEPATH') OR exit('No direct script access allowed'); <div class="row justify-content-center no-gutters mb-5 mb-lg-0"> </div> - <a class="twitter-timeline" data-lang="fr" data-height="1000" data-theme="dark" href="https://twitter.com/BingeWatcher_FR?ref_src=twsrc%5Etfw">Tweets by BingeWatcher_FR</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <a href="https://twitter.com/BingeWatcher_FR?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @BingeWatcher_FR</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> + + <a class="twitter-timeline" data-lang="fr" data-height="1000" data-theme="dark" href="https://twitter.com/BingeWatcher_FR?ref_src=twsrc%5Etfw">Tweets by BingeWatcher_FR</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> + </div> </div> </section> -- GitLab