calendar
[ class tree: calendar ] [ index: calendar ] [ all elements ]

Source for file box.php

Documentation is available at box.php

  1. <?php
  2. /**
  3.  * @version $Header$
  4.  * @package calendar
  5.  * @subpackage functions
  6.  * 
  7.  * @copyright Copyright (c) 2004-2006, bitweaver.org
  8.  *  All Rights Reserved. See below for details and a complete list of authors.
  9.  *  Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
  10.  */
  11.  
  12. /**
  13.  * Setup
  14.  */
  15. require_once'../kernel/setup_inc.php' );
  16.  
  17. global $gContent$gBitSystem;
  18. include_onceLIBERTY_PKG_PATH.'lookup_content_inc.php' );
  19.  
  20. $gContent->mInfo['rendered'$gContent->getPreview();
  21.  
  22. $gBitSmarty->assign('cellHash'$gContent->mInfo);
  23.  
  24. $gBitSmarty->display"bitpackage:calendar/calendar_box.tpl" );

Documentation generated on Wed, 29 Jul 2015 13:56:12 +0000 by phpDocumentor 1.5.0-lsces