Include raw URL information in the print.pages.inc's _print_var_generator function, like following:

$print["url"] = url($path, array('absolute' => TRUE));

This will allow constructing in the print template:

<a href="<?php print $print["url"] ?>">Back to page</a>

Comments

jcnventura’s picture

Status: Active » Fixed

Done and committed to 6.x-dev

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.