diff options
| author | 2014-01-02 13:46:17 +0100 | |
|---|---|---|
| committer | 2014-01-02 13:46:17 +0100 | |
| commit | c3211f1b686147229b640b35feb9be49c58b1708 (patch) | |
| tree | 73a00f6d1bf54bcf0fb01a8abef7c21aa1166778 | |
| parent | b4c477ca41a7ecaa6364dd6a97603829b14b11ef (diff) | |
La fonction de partage n'était pas visible si l'utilisateur sélectionne imprimer uniquement
Corrige https://github.com/marienfressinaud/FreshRSS/issues/336
| -rw-r--r-- | app/views/helpers/view/normal_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 1b4388796..ce036e281 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -25,7 +25,7 @@ if (!empty($this->entries)) { $bottomline_favorite = $this->conf->bottomline_favorite; $bottomline_sharing = $this->conf->bottomline_sharing && ( $shaarli || $poche || $diaspora || $twitter || - $google_plus || $facebook || $email); + $google_plus || $facebook || $email || $print); $bottomline_tags = $this->conf->bottomline_tags; $bottomline_date = $this->conf->bottomline_date; $bottomline_link = $this->conf->bottomline_link; |
