CVS: web/docs index.php,NONE,1.1
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-18 17:37:07
|
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'); ?> |