Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

25 lines
830 B

  1. <?php // the ever-present navigation bar
  2. header("Pragma: no-cache");
  3. header("Content-type: text/html");
  4. $basetarget = "main";
  5. include("html/head.std");
  6. ?>
  7. <table border=0 width=580>
  8. <tr>
  9. <td class=nav><a href="home.php3">
  10. <img src="graphics/home.gif" width=114 height=24 border=0></a></td>
  11. <td class=nav><a href="econ_dev.php3">
  12. <img src="graphics/econ_dev.gif" width=114 height=24 border=0></a></td>
  13. <td class=nav><a href="comm_dev.php3">
  14. <img src="graphics/comm_dev.gif" width=114 height=24 border=0></a></td>
  15. <td class=nav><a href="search.php3?content=member">
  16. <img src="graphics/member.gif" width=114 height=24 border=0></a></td>
  17. <td class=nav><a href="mini.php3?content=request">
  18. <img src="graphics/em_info.gif" width=114 height=24 border=0></a></td>
  19. </tr>
  20. </table>
  21. <?php // clean up html tags
  22. include("html/tail.std");
  23. ?>