|
|
@@ -21,6 +21,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
|
|
|
$google_plus = $this->conf->sharing ('g+');
|
|
|
$facebook = $this->conf->sharing ('facebook');
|
|
|
$email = $this->conf->sharing ('email');
|
|
|
+ $print = $this->conf->sharing ('print');
|
|
|
?>
|
|
|
|
|
|
<?php foreach ($items as $item) { ?>
|
|
|
@@ -156,6 +157,12 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
|
|
|
<?php echo Translate::t ('by_email'); ?>
|
|
|
</a>
|
|
|
</li>
|
|
|
+ <?php } if ($print) { ?>
|
|
|
+ <li class="item">
|
|
|
+ <a href="#" class="print-article">
|
|
|
+ <?php echo Translate::t ('print'); ?>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
<?php } ?>
|
|
|
</ul>
|
|
|
</div>
|