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