Project:Printer, e-mail and PDF versions
Component:Code
Category:bug report
Priority:normal
Assigned:km
Status:closed (fixed)

Issue Summary

I started with the 4.5.0 version of this module. I've changed how theme_print_link() outputs the image so that it works in 4.6.1 and I changed print.tpl.php for XHTML compliance.

This should now allow Print Friendly Pages to completely work with Drupal 4.6.

AttachmentSize
print.module5.21 KB

Comments

#1

print.tpl.php

AttachmentSize
print.tpl.php 1.64 KB

#2

Assigned to:Anonymous» km

Thanks a lot!

I will investigate and commit your changes in two weeks (after a vacation).

#3

Tidy reported a warning related to the site link on the top. The following:

l($base_url,'')

Generates an empty href, which can be fixed link this:

l($base_url,$base_url)

;)

#4

Priority:critical» normal
Status:needs review» fixed

Comitted to CVS for Drupal 4.7 (but not tagged for 4.7 packaging). Needs backport for older versions.

#5

Status:fixed» closed (fixed)
nobody click here