mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-02-23 02:15:30 +00:00
21 lines
274 B
PHP
21 lines
274 B
PHP
|
<?php
|
||
|
//
|
||
|
// "$Id: documentation.php,v 1.1 2004/05/17 20:28:52 mike Exp $"
|
||
|
//
|
||
|
//
|
||
|
|
||
|
//
|
||
|
// Include necessary headers...
|
||
|
//
|
||
|
|
||
|
include_once "phplib/html.php";
|
||
|
|
||
|
html_header("Title");
|
||
|
|
||
|
html_footer();
|
||
|
|
||
|
//
|
||
|
// End of "$Id: documentation.php,v 1.1 2004/05/17 20:28:52 mike Exp $".
|
||
|
//
|
||
|
?>
|