Usage with other scripts

With NL-ConvertToPHP
  1. Replace
    include(‘header.inc’);
    …with
    include(‘skinnerhead.php’);
  2. Replace
    include(‘footer.inc’);
    …with
    include(‘skinnerfoot.php’);
  3. Install/configure as usual.
With Enthusiast
The way Enthusiast is set up makes it easy for a listing to be skinned with SiteSkin, as Enthusiast works with the use of includes. Simply place Enth includes/content in appropriate places as you would any ordinary content.

Know how to use SiteSkin with another script? Contributions on how to use the script with other scripts is very much appreciated. <3