diff --git a/print.pages.inc b/print.pages.inc index 5004d75bc65b192093cee2abd3a46876107274d6..e00585a1faebc2ca541ff6db7a09b87f9e8a6323 100644 --- a/print.pages.inc +++ b/print.pages.inc @@ -391,7 +391,7 @@ function _print_rewrite_urls($matches) { } // Because base href is the original page, change the link to // still be usable inside the print page - $matches[1] = str_replace($url, $_GET['q'] . $url, $matches[1]); + $matches[1] = str_replace($url, base_path() . $_GET['q'] . $url, $matches[1]); } else { // URL is relative, convert it into absolute URL