Added a comma after each msgnum exported. The parser was globbing them all together...
[citadel.git] / ctdlphp / ctdlheader.php
index 43c0f335b5c6d6c97df508ce4e97ebee693ef3b5..66dca66362cdc390babcde39976c356c9de2d911 100644 (file)
@@ -14,7 +14,6 @@
 // pages in the system then only have to include ctdlheader.php (since it
 // is required) and they get the others automatically.
 //
-include "config.php";
 include "ctdlsession.php";
 include "ctdlprotocol.php";
 include "ctdlelements.php";
@@ -81,6 +80,22 @@ LITERAL;
                        'Enter msg</a><BR>' .
                        '<a href="who.php">' .
                        'Who is online?</a><BR>' .
+                       '<a href="myinfo.php">' .
+                       'My information</a><BR>' .
+                       '<A HREF="logout.php">' .
+                       'Log out</A>' .
+                       '</div>' ;
+               echo    '<div id="demolinks">' .
+                       '<a href="testcommand.php">' .
+                       'demolist</A><BR>' .
+                       '<a href="readmsgs.php?mode=all&count=0">' .
+                       'Read all</a><BR>' .
+                       '<a href="readmsgs.php?mode=new&count=0">' .
+                       'Read new</a><BR>' .
+                       '<a href="display_enter.php">' .
+                       'Enter msg</a><BR>' .
+                       '<a href="who.php">' .
+                       'Who is online?</a><BR>' .
                        '<A HREF="logout.php">' .
                        'Log out</A>' .
                        '</div>' ;