/********************************************************/
/* NSN News for PHP-Nuke 7.0.0                          */
/* 30 Oct 2003                                          */
/* By: NukeScripts Network (webmaster@nukescripts.net)  */
/* http://www.nukescripts.net                           */
/* Copyright  2000-2003 by NukeScripts Network         */
/********************************************************/

0. Copyright Notice
-------------------
- 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.
- 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. Introduction and Requirements
--------------------------------
- It requires PHP-Nuke 7.0.0 installed.
- Creates dual column display.
- Adds paging.
- Procedure to install:
  - Create copies of modules/News/categories.php and modules/News/index.php .
  - Upload all files to your news directory as noted below.
  - Add the following 3 lang defines to all of your modules/News/language/
    language files. Translate the ones you can :)
    define("_ART_SELECT","Select Page");
    define("_ART_OF","of");
    define("_ART_PAGES","pages");


2. Installation
---------------
Extract archive to temp dir and copy included as noted below(and chmod if shown):
nukeroot is equal to the root directory of your nuke install.
---------------------------------------------------------------------------------
README.txt (do not upload, your reading it)
html/modules/*.* -------------------> nukeroot/modules/*.*


3. Use
------
1) The link needed to use anywhere is :
   <a href="modules.php?name=News">News</a>
2) If you are currently using a dual column NSN Theme set it to single column.
