home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- ######################################################################
- # Modulo Splatt Forum per PHP-NUKE
- #-------------------------
- # Versione: 3.2
- #
- # 01/05/2002
- #
- # by:
- #
- # Giorgio Ciranni (~Splatt~) (http://www.splatt.it)
- # (webmaster@splatt.it)
- #
- #
- # Supporto disponibile sul Forum di www.splatt.it
- ######################################################################
- # This program is free software. You can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License.
- ######################################################################
-
-
- require("modules/Forums/language/lang-$language.php");
- if (($radminforum==1) OR ($radminsuper==1)) {
- adminmenu("admin.php?op=SplattForumConfig", "Forums", "forums.gif");
-
- }
-
- ?>