diff options
| author | wjames5 <will@tekimaki.com> | 2008-03-31 13:41:00 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-03-31 13:41:00 +0000 |
| commit | 15e3e16cc1f3373a2bf45d9b750c83c63e1bfa72 (patch) | |
| tree | e72e6594406775e5cd8e32c2e09c6a76ca1bfa70 | |
| parent | 604a903db3561c55aa72ee1e1a244e8b90df513d (diff) | |
| download | search-15e3e16cc1f3373a2bf45d9b750c83c63e1bfa72.tar.gz search-15e3e16cc1f3373a2bf45d9b750c83c63e1bfa72.tar.bz2 search-15e3e16cc1f3373a2bf45d9b750c83c63e1bfa72.zip | |
include search lib since the module would like to reference it
| -rw-r--r-- | modules/mod_package_search.php | 5 |
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; |
