aboutsummaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
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();
?>