diff --git a/index.php b/index.php index dd0589d..fd4d835 100644 --- a/index.php +++ b/index.php @@ -29,6 +29,7 @@ $query = getURLParam ("query"); $qid = getURLParam ("id"); $n = getURLParam ("n", "1"); + $database = GetUrlParam (DB); $currentPage = Page::getPage ($page, $qid, $query, $n); $currentPage->InitializeContent (); @@ -176,6 +177,9 @@
+ + +