summaryrefslogtreecommitdiff
path: root/modules/mod_package_search.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mod_package_search.php')
-rw-r--r--modules/mod_package_search.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/mod_package_search.php b/modules/mod_package_search.php
index 0a4d9e1..7495313 100644
--- a/modules/mod_package_search.php
+++ b/modules/mod_package_search.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.php,v 1.11 2008/01/26 23:19:59 nickpalmer Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.php,v 1.12 2008/03/31 13:41:00 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,11 +8,12 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: mod_package_search.php,v 1.11 2008/01/26 23:19:59 nickpalmer Exp $
+ * $Id: mod_package_search.php,v 1.12 2008/03/31 13:41:00 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage modules
*/
+ require_once(SEARCH_PKG_PATH."search_lib.php");
$tplName = strtolower( ACTIVE_PACKAGE ).'_mini_search.tpl';
$searchTemplatePath = BIT_ROOT_URL.constant( strtoupper( ACTIVE_PACKAGE ).'_PKG_PATH' ).'templates/'.$tplName;