First commit.

This commit is contained in:
Niels Serup
2011-08-02 19:57:57 +02:00
commit 0cc9d8fdc5
623 changed files with 28299 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
/* This file keeps an index of the titles of current pages
and gives them to the JavaScript environment when requested */
$u['Welcome'] = 'start.htm';
$u['Help'] = 'help.htm';
$u['Calculator'] = 'calc.htm';
$u['Notes'] = 'notes.php';
$u['About'] = 'about.htm';
?>