blob: d4f9127c7140ed0c1ad7ca26993f473491ddcb0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
/**
* $Header$
*
* Copyright ( c ) 2004 bitweaver.org
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
* @package kernel
* @subpackage modules
*/
extract( $moduleParams );
if( !empty( $module_params ) ) {
$gBitSmarty->assign( 'modParams', $module_params );
}
?>
|