Make a bacup first and then try replacing this:
Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}" style="TEXT-DECORATION: underline;">
with this:
Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}" style="TEXT-DECORATION: underline;" target="_blank">
And then replace this:
Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}">
with this:
Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}" target="_blank">