summaryrefslogtreecommitdiff
path: root/modules/mod_minical.php
blob: 16d70cd262bbf515e7dfd00713317947de7cf772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * @version $Header$
 * @package calendar
 * @subpackage modules
 */

/**
 * Required setup
 */
global $gBitSmarty;

// Make sure we know how to do the data_calendar
require_once(CALENDAR_PKG_PATH.'liberty_plugins/data.calendar.php');
$gBitSmarty->assign( 'mini_cal',data_calendar( '', empty($moduleParams['module_params']) ? NULL : $moduleParams['module_params'] ) );
?>