Keyword

missing print icon. where is print button?

  • marlen
  • marlen's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago #97537 by marlen
when i go to the link icon "print this article" my output don't show print icon, but comment icon is present.

example: one of this www.ilcoloredeilibri.it/ 

what can i do?

Please Log in or Create an account to join the conversation.

  • marlen
  • marlen's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago #97538 by marlen
Replied by marlen on topic missing print icon. where is print button?
i do this:

<?php if($this->item->params->get('itemPrintButton')): ?>            <!-- Print Button -->            <li>                <?php if(JRequest::getCmd('print')==1): ?>                <a class="itemPrintLink" href="<?php echo $this->item->printLink; ?>" onclick="window.print();return false;">                    <span><img src="/components/com_k2/images/system/print_16x16.png" alt="print" title="<?php echo JText::_('Print this Article'); ?>" /></span>                </a>                <?php else: ?>                <a class="modal itemPrintLink" href="<?php echo $this->item->printLink; ?>" rel="{handler:'iframe',size:{x:900,y:500}}">                    <span><img src="/components/com_k2/images/system/print_16x16.png" alt="print" title="<?php echo JText::_('Print this Article'); ?>" /></span>                </a>                <?php endif; ?>            </li>            <?php endif; ?>

 

 

now it works

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum