diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:08 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:08 +0000 |
| commit | 06f73b223aedb19e379f1a8d92c649db2100b81d (patch) | |
| tree | 0bf874016867eaad20c76afddb34bcb6fc9b2941 | |
| parent | e6beae5627730091637a633f1a10979430d4317a (diff) | |
| download | calendar-06f73b223aedb19e379f1a8d92c649db2100b81d.tar.gz calendar-06f73b223aedb19e379f1a8d92c649db2100b81d.tar.bz2 calendar-06f73b223aedb19e379f1a8d92c649db2100b81d.zip | |
change display call to use a hash for display options, add display_mode to options hash
| -rw-r--r-- | Calendar.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Calendar.php b/Calendar.php index e3361de..6aecf70 100644 --- a/Calendar.php +++ b/Calendar.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.47 2008/03/15 10:54:19 nickpalmer Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.48 2008/06/25 22:21:08 spiderr Exp $ * @package calendar * * @copyright Copyright (c) 2004-2006, bitweaver.org @@ -456,7 +456,7 @@ class Calendar extends LibertyContent { // Asssign it so templates see it. $gBitSmarty->assign('baseCalendarUrl', $pBaseUrl); - $gBitSystem->display( 'bitpackage:calendar/calendar.tpl', $pTitle ); + $gBitSystem->display( 'bitpackage:calendar/calendar.tpl', $pTitle , array( 'display_mode' => 'display' )); } } |
