----------------------------------
This Tweak is for displaying the right URL when someone tries to print a news article.
Since the header and footer information is not passed on when someone goes to the print page,
I have included a tweak to fix this problem to display the short and sweet URL's that we have
grown to love from Google Tap.
----------------------------------

Open modules/News/print.php
Find:
<a href=\"$nukeurl/modules.php?name=$module_name&file=article&sid=$sid\">$nukeurl/modules.php?name=$module_name&file=article&sid=$sid</a>

Replace with:
<a href=\"$nukeurl/article$sid.html\">$nukeurl/article$sid.html</a>

-----------------------------------
# DONE #
-----------------------------------