On Mon, Apr 02, 2007 at 01:08:50PM -0400, DaveG wrote:
> 
> I've created a basic skin, and have modified the print 'skin'. 
> I've located all my new skin files in their own directory in /pub. 
> Where do I locate new print layouts for my skin? Currently the 
> skin seems to use the default pmwiki/print skin. How do I 
> change that to point to my own print skin directory?

In local/config.php:

    $ActionSkin['print'] = 'yourprintskin';

This says to use 'yourprintskin' for ?action=print instead of the default.

Pm

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to