NukeStyles.com, gives you complete control over your module. All configs are moved to the administration area, and tons of new ones created. Also has the ability to use built in custom Mod Title Images. Has a description image function, perfect for viewing themes, and so on.

Updates, Security, and Fetching Mod added by Robert Hamberger. Thanks Rob!

Original mod by Francisco Burzi, based on Journey Links Hack by James Knickelbein.
"; // DO NOT TOUCH THE FOLLOWING COPYRIGHT CODE. YOU'RE JUST ALLOWED TO CHANGE YOUR "OWN" // MODULE'S DATA (SEE ABOVE) SO THE SYSTEM CAN BE ABLE TO SHOW THE COPYRIGHT NOTICE // FOR YOUR MODULE/ADDON. PLAY FAIR WITH THE PEOPLE THAT WORKED CODING WHAT YOU USE!! // YOU ARE NOT ALLOWED TO MODIFY ANYTHING ELSE THAN THE ABOVE REQUIRED INFORMATION. // AND YOU ARE NOT ALLOWED TO DELETE THIS FILE NOR TO CHANGE ANYTHING FROM THIS FILE IF // YOU'RE NOT THIS MODULE'S AUTHOR. function show_copyright() { global $author_name, $author_email, $author_homepage, $license, $download_location, $module_version, $module_description, $stylesheet; if ($author_name == "") { $author_name = "N/A"; } if ($author_email == "") { $author_email = "N/A"; } if ($author_homepage == "") { $author_homepage = "N/A"; } if ($license == "") { $license = "N/A"; } if ($download_location == "") { $download_location = "N/A"; } if ($module_version == "") { $module_version = "N/A"; } if ($module_description == "") { $module_description = "N/A"; } $module_name = basename(dirname(__FILE__)); $module_name = eregi_replace("_", " ", $module_name); echo "" ."" ."Enhanced Downloads: Copyright Information" ."" ."
Module Copyright © Information
" ."Enhanced Downloads module for PHP-Nuke / PHP-Nuke Platinum

" ." Module's Name: Enhanced Downloads Module
" ." Module's Version: $module_version
" ."
 Module's Description: $module_description

" ." License: $license
" ." Author's Name: $author_name
" ." Author's Name: Robert Hamberger
" ." Author's Email: $author_email


" ."
[ Author's HomePage ] - [ Module's Download ] - [ Close ]
" ."
" ."" .""; } show_copyright(); ?>