diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:57 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:57 +0000 |
| commit | 2a22cfaa6531eef218290af4bc1feb6d18e5e6c7 (patch) | |
| tree | e6ac91b28f5ebfd9b9d2fddf9e1afcbbdc59a21f /modules | |
| parent | dc3b78642ff1dce1c3e5e765d54aa059a6b5259f (diff) | |
| download | search-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.tar.gz search-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.tar.bz2 search-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_package_search.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/mod_package_search.php b/modules/mod_package_search.php index 1488645..4d54a2f 100644 --- a/modules/mod_package_search.php +++ b/modules/mod_package_search.php @@ -1,4 +1,19 @@ <?php +/** + * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.php,v 1.2 2005/06/28 07:45:57 spiderr Exp $ + * + * Copyright (c) 2004 bitweaver.org + * Copyright (c) 2003 tikwiki.org + * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. + * 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.2 2005/06/28 07:45:57 spiderr Exp $ + * @author Luis Argerich (lrargerich@yahoo.com) + * @package search + * @subpackage modules + */ + $tplName = strtolower( ACTIVE_PACKAGE ).'_mini_search.tpl'; $searchTemplatePath = BIT_ROOT_URL.constant( strtoupper( ACTIVE_PACKAGE ).'_PKG_PATH' ).'templates/'.$tplName; |
