akesoft.com) */ /* http://phpnuke.org */ /* */ /* 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. */ /************************************************************************/ if (eregi("footer.php",$PHP_SELF)) { Header("Location: index.php"); die(); } $footer = 1; function footmsg() { include("config.php"); echo "
\n $foot1
\n $foot2
\n $foot3
\n $foot4
\n
\n "; } function foot() { global $index; if (!isset($index)) { include("config.php"); global $user, $cookie; } else { global $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4; } themefooter(); echo " \n "; } foot(); ?>