/********************************************************/
/* NSN Center 4 Blocks for PHP-Nuke                     */
/* 27 March 2004                                        */
/* Hack de NSN Center Blocks                            */
/* de NukeScripts Network (webmaster@nukescripts.net)   */
/* http://www.nukescripts.net                           */
/* Copyright  2002-2003 par NukeScripts Network        */
/*                                                      */
/* Realised by NukeScripts Francais                     */
/* http://www.nukescripts-francais.com                  */
/* Contact:webmaster@nukescripts-francais.com           */
/* Copyright  2002-2003 par NukeScripts Network        */
/********************************************************/

0. Copyright Notice
-------------------
- THIS PACKAGE IS NOT RELEASED AS GPL/GNU SCRIPTING.
- Our Package name and link MUST REMAIN in the credit footer of all NSN script
  generated pages. Translations are permitted, not renaming.
- This package CAN NOT be ported without written permission.
- This package CAN NOT be mirrored without written permission.
- Use of this package requires that credits to the original PHPNuke remain in all
  site generated page footers.
- The following are the only project licenses granted at this time (These projects
  may reproduce and/or include our scripts).
  1) The PHP-Nuke Project by Francisco Burzi
  2) OFFICIAL NSN Regional sites


1. Introduction and Requirements
--------------------------------
- It requires PHP-Nuke be installed.
- You MUST copy the contents of the html/admin/language/lang-english.txt into your
  nukeroot/admin/language/lang-english.php file.


2. Installation
---------------
Extract archive to temp dir and copy included as noted below (and chmod if shown):
(nukeroot/ means your nuke root directory)
---------------------------------------------------------------------------------
README.txt (do not upload, your reading it)
html/admin/*.* ---------------------> nukeroot/admin/*.*
html/images/*.* --------------------> nukeroot/images/*.*
sql/tables SQL.txt ---> sql dump file. import to your database.


3. Use
------
1) Open header.php in a text editor and add include("c4blocks.php"); right after
   message_box(); then save and upload it to your site.

Example:

if ($home == 1) {
        message_box();
	include("c4blocks.php");
        blocks(Center);
    }
