* * -------------------------------------------- * * 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 ($friendly) { $phpgw_info["flags"]["noheader"] = True; } $phpgw_info["flags"]["currentapp"] = "calendar"; include("../header.inc.php"); if ($friendly) { echo ""; } ?>
link("year.php","year=" . ($year - 1)) . "\"><<"; ?> link("year.php","year=" . ($year + 1)) . "\">>>"; ?>
" align="center">
link("year.php","friendly=1&" . "&year=$year") . "\"TARGET=\"cal_printer_friendly\" onMouseOver=\"window." . "status = '" . lang("Generate printer-friendly version") . "'\">[" . lang("Printer Friendly") . "]"; } include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");