I want to replace the print and e-mail links with icons for K2. Any help?
http://demo.gavick.com/joomla25/rockwal ... k2/k2-item
<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> </li>
<?php endif; ?>
<?php if($params->get('itemEmailButton') && !JRequest::getInt('print')): ?>
<li class="itemEmail"> <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 echo JText::_('K2_PRINT'); ?>
<img src="http://mypage.com/images/print.png" alt="print">
<?php echo JText::_('K2_EMAIL'); ?>