diff options
| author | David Aspinall | 2000-10-02 17:58:26 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-10-02 17:58:26 +0000 |
| commit | 2499cce984c20e3b2528d4a7268c0f682144fd3b (patch) | |
| tree | 6ea50d7d5fbbe8a34862dfdeadf8174f8757b87f /html/index.html | |
| parent | 5aee4db6ca99446a0c47368e10dac765fc574a74 (diff) | |
Updated web pages for 3.2 release
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html index f0cbe7a1..5d90977c 100644 --- a/html/index.html +++ b/html/index.html @@ -3,7 +3,7 @@ <?php include('head.html'); ?> <?php include('header.html'); - include($WANTED . '.html'); + include($WANTED . '.html' . $WANTEDFRAG); footer(); ?> |
