From 3e1fa880c261cacaa2ff83863a29fc7556540969 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 28 Nov 2013 13:59:33 +0100 Subject: [PATCH] =?UTF-8?q?Possibilit=C3=A9=20de=20partager=20vers=20Diasp?= =?UTF-8?q?ora*=20et=20Poche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Voir #175 --- app/views/helpers/view/normal_view.phtml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 31bd19036..d4343eb13 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -111,6 +111,26 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { + conf->urlPoche (); + if ((!login_is_conf ($this->conf) || is_logged ()) && $poche) { + ?> +
  • + + Poche + +
  • + + conf->urlDiaspora (); + if ((!login_is_conf ($this->conf) || is_logged ()) && $diaspora) { + ?> +
  • + + Diaspora* + +
  • +