<?php
  require_once "od_php_lib.inc";
  require_once "fs_context.inc";
  require_once "od_php_dir_lib.inc";
?>
<html>

<head>

<title><?php echo html_dir_title(); ?></title>

</head>

<?php echo html_bgcolor_body($DIR_BG_COLOR); ?>

<!-- Standard directory header structure -->

<h1>Directory of <var>&lt;html_root&gt;</var><?php echo truncate_path(getcwd(), $OD_HTML_ROOT_PATH); ?></h1>

<!-- The body of the HTML page goes here -->

<?php listdir_html(); ?>

<!-- Standard footer for directory pages -->

<?php echo $OD_HTML_DIR_FOOTER; ?>
<!-- hhmts start -->
Last modified: Sun Mar 25 20:24:26 CST 2001
<!-- hhmts end -->

</body>

</html>
