aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-package-search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/mod-package-search.cxx')
-rw-r--r--brep/mod-package-search.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/brep/mod-package-search.cxx b/brep/mod-package-search.cxx
index 5725da0..7505e02 100644
--- a/brep/mod-package-search.cxx
+++ b/brep/mod-package-search.cxx
@@ -13,6 +13,7 @@
#include <web/xhtml>
#include <web/module>
+#include <web/xhtml-fragment>
#include <web/mime-url-encoding>
#include <brep/version>
@@ -78,6 +79,8 @@ handle (request& rq, response& rs)
//
static const size_t res_page (options_->search_results ());
static const dir_path& root (options_->root ());
+ static const fragment& logo (options_->logo ());
+ static const vector<page_menu>& menu (options_->menu ());
params::package_search params;
@@ -121,7 +124,7 @@ handle (request& rq, response& rs)
<< SCRIPT << " " << ~SCRIPT
<< ~HEAD
<< BODY
- << DIV_HEADER (root)
+ << DIV_HEADER (root, logo, menu)
<< DIV(ID="content");
session sn;