aboutsummaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
authorDavid Aspinall2000-10-02 17:58:26 +0000
committerDavid Aspinall2000-10-02 17:58:26 +0000
commit2499cce984c20e3b2528d4a7268c0f682144fd3b (patch)
tree6ea50d7d5fbbe8a34862dfdeadf8174f8757b87f /html/index.html
parent5aee4db6ca99446a0c47368e10dac765fc574a74 (diff)
Updated web pages for 3.2 release
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html2
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();
?>