summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index 6133f11..5efdf16 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -12,6 +12,7 @@ if( $gBitSystem->isPackageActive( 'search' ) ) {
$menuHash = array(
'package_name' => SEARCH_PKG_NAME,
'index_url' => SEARCH_PKG_URL.'index.php',
+ 'menu_template' => 'bitpackage:search/menu_search.tpl',
);
$gBitSystem->registerAppMenu( $menuHash );
@@ -26,5 +27,4 @@ if( $gBitSystem->isPackageActive( 'search' ) ) {
$gLibertySystem->registerService( LIBERTY_SERVICE_SEARCH, SEARCH_PKG_NAME,
array('content_store_function' => 'refresh_index'));
}
-
?>