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

Source for file mod_minical.php

Documentation is available at mod_minical.php

  1. <?php
  2. /**
  3.  * @version $Header$
  4.  * @package calendar
  5.  * @subpackage modules
  6.  */
  7.  
  8. /**
  9.  * Required setup
  10.  */
  11. global $gBitSmarty;
  12.  
  13. // Make sure we know how to do the data_calendar
  14. require_once(CALENDAR_PKG_PATH.'liberty_plugins/data.calendar.php');
  15. $_template->tpl_vars['mini_cal'new Smarty_variable(data_calendar''empty($moduleParams['module_params']) ) );
  16. ?>

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