README 961 B

1234567891011121314151617181920
  1. This directory contains the files to print pages in PmWiki for ?action=print.
  2. This is a template just like any other layout skin, except that for
  3. ?action=print PmWiki looks for print.tmpl instead of screen.tmpl.
  4. ==>Don't edit these files directly, as you may lose your edits the
  5. next time you upgrade PmWiki!
  6. Instead, copy the files to another directory in pub/skins/ and edit
  7. them there. You can then configure PmWiki to use your modified layout
  8. files by setting $ActionSkin['print'] to the name of your new skin.
  9. For example, if you copy your custom print skin to pub/skins/custom,
  10. then you would set
  11. $ActionSkin['print'] = 'custom';
  12. in local/config.php.
  13. The files in this directory:
  14. print.tmpl -- the default template for ?action=print
  15. print.css -- the print template's css
  16. print.php -- loaded when the skin is loaded, it redefines the link
  17. formats to a form better suited for printing