* move index to a symlink
[citadel.git] / ctdlphp / index.php
1 <?PHP
2         include "ctdlheader.php";
3
4         bbs_page_header();
5
6         ctdl_mesg("hello");
7 ?>
8
9 <a href="page2.php">Page Two</a><BR>
10 <a href="page3.php">Page Three</a><BR>
11
12 <?PHP
13         bbs_page_footer();
14 ?>
15