Icon not showing up
Posted: 01 Nov 2011, 00:40
First I would like to say that I have read similar thread, but I couldn't find a right anwser.
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
if I replace it with the code provided I get an error.
Any help would be welcome.
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.