home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / admin / links / linksforums.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  876 b   |  30 lines

  1. <?php
  2.  
  3. ######################################################################
  4. # Modulo Splatt Forum per PHP-NUKE 
  5. #-------------------------
  6. # Versione: 3.2
  7. #
  8. # 01/05/2002
  9. #
  10. #  by:
  11. #
  12. # Giorgio Ciranni (~Splatt~) (http://www.splatt.it) 
  13. # (webmaster@splatt.it)
  14. #
  15. # Supporto disponibile sul Forum di www.splatt.it
  16. ######################################################################
  17. # This program is free software. You can redistribute it and/or modify
  18. # it under the terms of the GNU General Public License as published by
  19. # the Free Software Foundation; either version 2 of the License.
  20. ######################################################################
  21.  
  22.  
  23. require("modules/Forums/language/lang-$language.php");
  24. if (($radminforum==1) OR ($radminsuper==1)) {    
  25.     adminmenu("admin.php?op=SplattForumConfig", "Forums", "forums.gif");
  26.  
  27. }
  28.  
  29. ?>