* * Modified by Mark Peters * * And than Modified by Alexandre Muller * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ $phpgw_flags = Array( 'currentapp' => 'calendar_new', 'noappheader' => True, 'noappfooter' => True, 'nofooter' => false ); $GLOBALS['phpgw_info']['flags'] = $phpgw_flags; include('../header.inc.php'); $_SESSION['calendar']['user'] = $GLOBALS['phpgw_info']['user']; $_SESSION['calendar']['server'] = $GLOBALS['phpgw_info']['server']; $template_1 = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); $template_1->set_file(Array('calendar_new' => 'index.tpl')); $template_1->set_block('calendar_new','index'); $template_1->pfp('out','index'); if(!is_object($GLOBALS['phpgw']->datetime)) { $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.date_time'); } $parms = Array( 'date' => date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime) ); // Footer $GLOBALS['phpgw']->common->phpgw_footer(); echo "" ."" ."" ."" ."" ."" ."" ."" .""; $GLOBALS['phpgw']->common->phpgw_exit(); ?>