From 4fec7e73201ed50e4a4157cb1ea1f1c63566dd89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Feb 2016 16:49:17 +0200 Subject: Menu customization --- brep/mod-package-search.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'brep/mod-package-search.cxx') 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 #include +#include #include #include @@ -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& 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; -- cgit v1.1