I love the way printer-friendly module display the page, especially the part of source_url.

I want to use this layout as default node.tpl.php.

I tried copy and past content from print.tpl.php to node.tpl.php as a starting point, adding and removing lines. But I just can't get the source_url part working.

How should I do it.

If there's a theme based on printer-friendly layout, that would make my day~. Would you consider it an option for people who want the page layout to be as clean and as effective as possible? Partly because we are visually impaired and challenged.

Thank you!

Comments

jcnventura’s picture

Status: Active » Closed (works as designed)

Hello,

I am glad that you thought about using the print module to achieve your objective. Unfortunately, you really can't use the module (nor the print.tpl.php) in that way. That template is meant to be used exclusively by the print module. The source_url variable is one of several others that gets filled by the print module when it gets called.

As you said so yourself, what you need is a theme based on this layout. Unfortunately, I don't know any. Try asking in the support forums. The best I could find related to your problem is this: http://drupal.org/node/86751.

Best of luck in your search,

João