Customizing the print pop-up
Details
As Andrew Eddie at The Art of Joomla reports, the file /templates/$template/component.php controls the print view of a given article. Component.php acts just like index.php, which controls your template layout, module positions and CSS, among other things.
Component.php can be equally customized with features like module positions and custom CSS files. This is done using the same methods as with index.php.
At the heart of component.php is:





