* * http://www.radix.net/~cknudsen * * Modified by Mark Peters * * -------------------------------------------- * * 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. * \**************************************************************************/ /* $Id$ */ if (floor(phpversion()) == 4) { global $date, $year, $month, $day, $thisyear, $thismonth, $thisday, $filter, $keywords; global $matrixtype, $participants, $owner, $phpgw, $grants, $rights, $SCRIPT_FILENAME, $remainder, $tpl; } $cols = 8; if($phpgw->calendar->check_perms(PHPGW_ACL_PRIVATE) == True) { $cols++; } $tpl = CreateObject('phpgwapi.Template',$phpgw->common->get_tpl_dir('calendar')); $tpl->set_unknowns('remove'); include($phpgw->common->get_tpl_dir('calendar').'/header.inc.php'); flush(); ?>