PhpNet Skin for PmWiki 2 ================================ INSTALL.txt This skin installs in two easy steps: Put the files in the correct location, then configure PmWiki 2 to use the skin by adding some lines to the local configuration file. Step 1 - Copy Files ------------------- Copy the phpnet/ directory to your wiki's pub/skins/ directory. Step 2 - Edit local configuration file -------------------------------------- The following lines go in your local/config.php local configuration file. ## Use the CIS-Dept. PhpNet Skin and its printable view skin. $Skin = 'phpnet'; $ActionSkin['print'] = 'phpnet/print'; If you don't have a local/config.php yet you'll want to create one. The following lines are a great start. Make sure that "" is the very last line, with no leading or trailing spaces on those lines.