I'm struggling where to change the code to display the PDF icon. I have a feeling it's in templates\{my template name}\html\com_content\article\default.php
It appears the line to change is:
if (!$article->print && $article->showPdfIcon)
$params['metadata-header-icons'][] = $article->pdfIcon();
Since the article no longer has a showPdfIcon, I assume I'm supposed to change this to something, I just don't know what.
Any assistance would be GREATLY appreciated

