diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-04-05 21:21:04 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-04-05 21:21:04 +0000 |
| commit | eff3066d15180477a842ca9595eaf2525f10b435 (patch) | |
| tree | b2230bb4bd29abbc2f587ae24075dac82c0fd19d /box.php | |
| parent | 16f093924f550889173b5cfaeb0e7aee50ea12d1 (diff) | |
| download | calendar-eff3066d15180477a842ca9595eaf2525f10b435.tar.gz calendar-eff3066d15180477a842ca9595eaf2525f10b435.tar.bz2 calendar-eff3066d15180477a842ca9595eaf2525f10b435.zip | |
Add support for new ajax popups in the calendar.
Diffstat (limited to 'box.php')
| -rw-r--r-- | box.php | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +<?php + +// $Header: /cvsroot/bitweaver/_bit_calendar/box.php,v 1.1 2007/04/05 21:20:59 nickpalmer Exp $ + +// 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. +require_once( '../bit_setup_inc.php' ); + +include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); + +$gBitSmarty->assign('cellHash', $gContent->mInfo); + +$gBitSmarty->display( "bitpackage:calendar/calendar_box.tpl" );
\ No newline at end of file |
