// This program is released under the terms of the GNU General Public License. include "ctdlsession.php"; include "ctdlprotocol.php"; function bbs_page_header() { establish_citadel_session(); echo << LITERAL; if ($_SESSION["serv_humannode"]) { echo $_SESSION["serv_humannode"] ; } else { echo "BBS powered by Citadel" ; } echo <<<LITERAL
Log out

LITERAL; } function bbs_page_footer() { echo "
"; echo "Powered by Citadel. And a few cups of coffee.
\n"; echo "\n"; } ?>