diff options
| author | wjames5 <will@tekimaki.com> | 2008-07-23 12:47:17 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-07-23 12:47:17 +0000 |
| commit | 5fd474f76f457b04d516b87475a582b5c24ba942 (patch) | |
| tree | 6acbccd3dd7e680be2417ad0b5666a729045856c /modules | |
| parent | f1e69f531d3b61011789656b87d917d38fc090ac (diff) | |
| download | calendar-5fd474f76f457b04d516b87475a582b5c24ba942.tar.gz calendar-5fd474f76f457b04d516b87475a582b5c24ba942.tar.bz2 calendar-5fd474f76f457b04d516b87475a582b5c24ba942.zip | |
point to new location of plugin
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_minical.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mod_minical.php b/modules/mod_minical.php index 91288d2..00646f7 100644 --- a/modules/mod_minical.php +++ b/modules/mod_minical.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_calendar/modules/mod_minical.php,v 1.4 2008/02/10 12:18:52 nickpalmer Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_calendar/modules/mod_minical.php,v 1.5 2008/07/23 12:47:17 wjames5 Exp $ * @package calendar * @subpackage modules */ @@ -11,6 +11,6 @@ global $gBitSmarty; // Make sure we know how to do the data_calendar -require_once(LIBERTY_PKG_PATH.'plugins/data.calendar.php'); +require_once(CALENDAR_PKG_PATH.'liberty_plugins/data.calendar.php'); $gBitSmarty->assign( 'mini_cal',data_calendar( '', empty($moduleParams['module_params']) ? NULL : $moduleParams['module_params'] ) ); -?>
\ No newline at end of file +?> |
