Usage with other scripts
- With NL-ConvertToPHP
-
- Replace
include(‘header.inc’);
…with
include(‘skinnerhead.php’); - Replace
include(‘footer.inc’);
…with
include(‘skinnerfoot.php’); - Install/configure as usual.
- Replace
- 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