I’ve noticed this is also the case on the JoomlArt demo for JA Fagus as well.
See example here of the print view.
Examining the HTML of the print view I notice these two lines differ from templates that do show the print view correctly:
<link rel=”stylesheet” href=”/templates/system/css/general.css” type=”text/css” />
<link rel=”stylesheet” href=”/templates/system/css/template.css” type=”text/css” />
On properly formatted templates (from what I can see anything other than JA Fagus) it shows /templates/template_name/css/ as opposed to /templates/system/css/.
I’ve looked at the HTML for this template from within Joomla and a working one such as JA Helio, and I can’t really determine why this is occurring.
If any experts have some insight it would be greatly appreciated.
Thanks in advance.