First commit.
This commit is contained in:
9
subsites/projects/algo/pages/indexes.php
Normal file
9
subsites/projects/algo/pages/indexes.php
Normal 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';
|
||||
?>
|
||||
Reference in New Issue
Block a user