But:
It shows the Icon on pages where the option "Print Icon" is set to "Show"
On all the other pages it shows a text-link ( PDF )
Anyone a solution?
Regards,
Christian
And a great 2012!!!


Code: Select all
<?php if ($params->get('show_print_icon')) : ?>
<?php echo $phocaPDF; ?>
<li class="print-icon">
<?php echo JHtml::_('icon.print_popup', $this->item, $params); ?>
</li>
<?php endif; ?>
