metanohi-misc-subsites/old-projects/algo/pages/indexes.php

9 lines
272 B
PHP
Raw Normal View History

2011-08-02 19:57:57 +02:00
<?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';
?>