GetFormattedTOC(); if ($rsscount) echo '
[RSS 2.0]
'; if (isset($theUser->loginid) && $theUser->loginid) { echo "
"; //include("$pagedir/_newpg.html"); GetCurrentPage("_newpg", false); echo "[Edit This Page]
\n"; echo "[Edit Plain]
\n"; echo "[Edit TOC]
\n"; echo "[Edit Stylesheet]
\n"; if (file_exists("$pagedir/banner.html")) echo "[Banner]
\n"; if (file_exists("$pagedir/lside.html")) echo "[Left Sidebar]
\n"; if (file_exists("$pagedir/rside.html")) echo "[Right Sidebar]
\n"; if (file_exists("$pagedir/footer.html")) echo "[Footer]
\n"; echo "[Upload]
\n"; echo "[Admin]
\n"; echo "
loginid\">[Logout]\n"; } else { echo "
[Login]\n"; } ?>