Update of /cvsroot/phpweather/web/docs
In directory usw-pr-cvs1:/tmp/cvs-serv21623
Added Files:
index.php
Log Message:
A couple of index-files.
--- NEW FILE ---
<?php require('../include/header.php'); ?>
<p>There are two major version of PHP Weather: 1.x and 2.x. Versions
greater than 2 are a rewrite of the code found in PHP Weather version
1.x, so the documentation is split into two catagories.</p>
<?php require('../include/footer.php'); ?>
|