[pmwiki-users] Print Skin
Patrick R. Michaud
pmichaud at pobox.com
Mon Apr 2 12:14:23 CDT 2007
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
More information about the pmwiki-users
mailing list