index.php 311 B

12345678910111213
  1. <?php include "_template-top.php"; ?>
  2. <div id="content">
  3. <!-- at the moment, I'm not sure how to configure apache to NOT think index.html is the home page. -->
  4. <!-- so index.html cannot be. Index.txt it is -->
  5. <?php include "index.txt"; ?>
  6. </div>
  7. <br/>
  8. <?php include "_template-bottom.php"; ?>