/************************************************************************/
/* PHP-Nuke Theme Enhancements                                          */
/* By: NukeScripts Network (webmaster@nukescripts.net)                  */
/* http://www.nukescripts.net                                           */
/* Copyright  2000-2005 by NukeScripts Network                         */
/************************************************************************/

This archive contains exclusive NSN-Nuke elements and can not be copied without
written consent of Bob Marion, owner of NSN-Nuke and NukeScripts(tm) Network.

The referer tracking element has been moved from index.php to header.php for truer
referer tracking and reporting.

The modified DeepBlue theme.php file and additional images are included in this
package. You must have a complete DeepBlue theme and use the modified theme.php
file in place of the original.

0. Copyright Notice
-------------------
- This package CAN NOT be ported without written permission.
- This package CAN NOT be mirrored without written permission.
- The following are the only project licenses granted at this time (These projects
  may reproduce and/or include our scripts).
  1) OFFICIAL NSN Regional sites


1. Enhancements allow for
-------------------------
1) Left blocks to be in one style/color.
2) Right blocks to be in another style/color.
3) Center blocks to be in another style/color.
4) themepreview to be defined within the theme.
5) Message blocks to be in another style/color.
6) $index settings:
   a) equals 0 (zero): Left side blocks only
   b) equals 1: Left & Right side blocks
   c) equals 2: Right side blocks only
   d) greater then 2: No side blocks

In mainfile.php the following functions were altered:
function render_blocks($side, $blockfile, $title, $content, $bid, $url) {
function blocks($side) {
function message_box() {
function blockfileinc($title, $blockfile, $side=0) {
function themepreview($title, $hometext, $bodytext="", $notes="") {
function adminblock($side="") {
function userblock($side="") {
function headlines($bid, $cenbox=0) {
function themecenterbox($title, $content) {


2. Installation
---------------
Extract archive to temp dir and copy included as noted below(and chmod if shown):
---------------------------------------------------------------------------------
README.txt (do not upload, your reading it)
html/*.* ---------------------------> *.*
html/themes/*.* --------------------> themes/*.*

Once everything is uploaded, you can start modifing themes to take advantage or
the NSN-Nuke theme system.
