micon6 Hi. Please check. I've added this code:
<ul>
<?php if($params->get('itemPrintButton') && !JRequest::getInt('print')): ?>
<li class="itemPrint"><a rel="nofollow" href="<?php echo $this->item->printLink; ?>" onclick="window.open(this.href,'printWindow','width=900,height=600,location=no,menubar=no,resizable=yes,scrollbars=yes'); return false;"><?php echo JText::_('K2_PRINT'); ?></a>
<?php endif; ?>
<?php if($params->get('itemEmailButton') && !JRequest::getInt('print')): ?>
<a rel="nofollow" href="<?php echo $this->item->emailLink; ?>" onclick="window.open(this.href,'emailWindow','width=400,height=350,location=no,menubar=no,resizable=no,scrollbars=no'); return false;"><?php echo JText::_('K2_EMAIL'); ?></a></li>
<?php endif; ?>
</ul>
to /html/com_k2/templates/events/item.php