ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/index.html.php
Revision: 1.1
Committed: Sat Mar 20 19:58:11 2010 UTC (14 years, 3 months ago) by sf-dustfinger
Branch: MAIN
CVS Tags: HEAD
Log Message:
This is the first commit to add files needed for the PHP version of the website.

File Contents

# Content
1 <?php
2
3 $pageJavaScript = "scripts/index.script.php";
4 $pageContent = "content/index.content.php";
5
6 include "template/template.php";
7 ?>
8
9