root/feedmelinks/testing/.t

Revision 1354, 192 bytes (checked in by jm3, 2 years ago)
  • preliminary AIM bot
  • JSON export
  • HTML export
  • reloadable perl modules
Line 
1 <?php
2         include( "../modules/utils.inc.php" );
3         $title = "Test Page:";
4         include( "$modules/header.inc.php" );
5         h1( $title );
6 ?>
7
8 TEST_GOES_HERE
9
10 <?php
11         include( "$modules/footer.inc.php" );
12 ?>
Note: See TracBrowser for help on using the browser.