\n"; if ($foot1 != "") { echo "$foot1
\n"; } if ($foot2 != "") { echo "$foot2
\n"; } if ($foot3 != "") { echo "$foot3
\n"; } // DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS. // IF YOU REALLY NEED TO REMOVE IT AND HAVE MY WRITTEN AUTHORIZATION CHECK: http://phpnuke.org/modules.php?name=Commercial_License // PLAY FAIR AND SUPPORT THE DEVELOPMENT, PLEASE! echo "$copyright
$total_time
\n\n"; } function foot() { global $prefix, $user_prefix, $db, $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4, $home, $module, $name; if ($home == 1) { blocks(Down); } if ($module == 1 AND file_exists("modules/$name/copyright.php")) { $cpname = ereg_replace("_", " ", $name); echo "
$cpname ©
"; } if ($module == 1 AND file_exists("modules/$name/admin/panel.php")) { echo "
"; OpenTable(); include("modules/$name/admin/panel.php"); CloseTable(); } if (file_exists("includes/custom_files/custom_footer.php")) { include_once("includes/custom_files/custom_footer.php"); } themefooter(); echo "\n" .""; die(); } foot(); ?>