summaryrefslogtreecommitdiff
path: root/box.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-04-05 21:21:04 +0000
committerNick Palmer <nick@sluggardy.net>2007-04-05 21:21:04 +0000
commiteff3066d15180477a842ca9595eaf2525f10b435 (patch)
treeb2230bb4bd29abbc2f587ae24075dac82c0fd19d /box.php
parent16f093924f550889173b5cfaeb0e7aee50ea12d1 (diff)
downloadcalendar-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.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/box.php b/box.php
new file mode 100644
index 0000000..660c908
--- /dev/null
+++ b/box.php
@@ -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