The problem is that the pdf icon will not show up with the yootheme template, (its does with the default one).
the template does override the com_content php file, but when I go in the only text refering to the print icon is
Code: Select all
<?php if ($params->get('show_print_icon')) : ?>
<div class="icon print"><?php echo JHtml::_('icon.print_popup', $this->item, $params); ?></div>
<?php endif; ?>
Any help would be welcome.