diff options
| author | 2013-11-28 18:57:22 +0100 | |
|---|---|---|
| committer | 2013-11-28 18:57:22 +0100 | |
| commit | 3f63195c5f2a5dcb1d11b974dd2357b161e377c5 (patch) | |
| tree | 2fef1672c672ac1d24e171c7d284dd308ce42050 /app/views/configure/sharing.phtml | |
| parent | dc2e1dc0817f0818943647d6b005ea35683c9c1b (diff) | |
Première version pour imprimer les articles
Voir #122
Diffstat (limited to 'app/views/configure/sharing.phtml')
| -rw-r--r-- | app/views/configure/sharing.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/sharing.phtml b/app/views/configure/sharing.phtml index 855b8536e..311910297 100644 --- a/app/views/configure/sharing.phtml +++ b/app/views/configure/sharing.phtml @@ -42,7 +42,7 @@ <label class="group-name"><?php echo Translate::t ('activate_sharing'); ?></label> <div class="group-controls"> <?php - $services = array ('twitter', 'g+', 'facebook', 'email'); + $services = array ('twitter', 'g+', 'facebook', 'email', 'print'); foreach ($services as $service) { ?> |
