My b2evolution Version: 1.10.x
Tried
// Printer Friendly
$url = $Item->get_permanent_url( '', '', true );
$url = url_add_param( $url, 'tempskin=basic' );
echo '<a href="'.$url;
echo 'title="'.T_('Printer Friendly').'" ';
echo 'class="printer_friendly"';
echo '>';
echo T_('Printer Friendly');
echo '</a>';
Keeps thinking it is RSS, annoying.
Got it working with