diff --git a/libraries/Header.class.php b/libraries/Header.class.php index 166f9d1e69..0a3ac7dc75 100644 --- a/libraries/Header.class.php +++ b/libraries/Header.class.php @@ -660,7 +660,7 @@ class PMA_Header . 'nocache=' . $theme_id . $GLOBALS['text_dir'] . '" />'; // load Print view's CSS last, so that it overrides all other CSS while 'printing' $retval .= ''; + . $theme_path . '/css/printview.css" />'; } return $retval;