Added a comma after each msgnum exported. The parser was globbing them all together...
[citadel.git] / ctdlphp / page2.php
index 411acb14442c3e16f4fef37d7d9677a3e5049745..7d690b5158f85b53e88d343678d2cc6e1ba46158 100644 (file)
@@ -1,11 +1,7 @@
 <?PHP
        include "ctdlheader.php";
-
        bbs_page_header();
-
-       echo "Hi there.  The date is ", `date`, "<BR>";
-
-       echo <<<LITERAL
+?>
 
 <h1>Page Two</h1>
 
@@ -26,11 +22,10 @@ sit amet, turpis. Aliquam ipsum magna, vulputate sit amet, iaculis eget,
 molestie rutrum, felis. Curabitur ante metus, rutrum in, vestibulum nec,
 faucibus sit amet, magna. In pretium lacus eget mi.</p>
 
-<a href="index.php">Page One</a><BR>
+<a href="welcome.php">Page One</a><BR>
 <a href="page3.php">Page Three</a><BR>
+<a href="who.php">Who is online?</a><BR>
 
-LITERAL;
-
+<?PHP
        bbs_page_footer();
 ?>
-