* Cleanup
[citadel.git] / ctdlphp / who.php
index 6d5295f23a6fa3d7bc5b04309579473a6bc219cd..92d7ccb8dd5332f3d5d7d756eda9ca58d03d4c8f 100644 (file)
@@ -1,11 +1,11 @@
 <?PHP
 
-       // This is an example of the use of ctdl_rwho() to display the
-       // list of users currently logged in.
-
        include "ctdlheader.php";
        bbs_page_header();
 
+       echo "This is an example of the use of ctdl_rwho() to display the " ;
+       echo "list of users currently logged in.<BR><BR>\n" ;
+
        echo "<TABLE border=1>";
        echo "<TR>";
        echo "<TD><B>User</B></TD>";
@@ -27,6 +27,7 @@
 
 ?>
 
+<BR>Sample links<BR>
 <a href="welcome.php">Page One</a><BR>
 <a href="page3.php">Page Three</a><BR>