💾 Archived View for chirale.org › 2008-05-13_68.gmi captured on 2024-08-18 at 17:34:11. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-12)
-=-=-=-=-=-=-
Tested on: Drupal 7, Print 4
Drupal Printer Friendly module (Print) add “print this” functionality to nodes. Customization is pretty easy: according to README file you can add a print.tpl.php to your theme (or subtheme) directory and modify it. All override templates are (in check order):
print.\_\_node-type\_\_.tpl.php in the theme directory print.\_\_node-type\_\_.tpl.php in the module directory print.tpl.php in the theme directory print.tpl.php in the module directory (supplied by the module)
You can copy the default print.tpl.php in module directory (4) to one of the 1-3 destinations files, then customize it. You can also use variables like $node-\>changed to enrich your template. You can read the dynamically generated list by Content Template module, if you have installed it.
https://web.archive.org/web/20080513000000*/http://drupal.org/project/print
https://web.archive.org/web/20080513000000*/http://drupal.org/project/contemplate