If yes, this part of code you will find here: templates/gk_shop_and_buy\html\com_content\article\default.php
- Code: Select all
<li class="itemPrintEmail">
<?php if (!$this->print) : ?>
<?php if ($params->get('show_print_icon')) : ?>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_popup', $this->item, $params)); ?>,
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.email', $this->item, $params)); ?>
<?php endif; ?>
you have to customize this to insert <img src=" "> for your Print/Email images