Skip to content

Commit

Permalink
Update example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
goerdy authored Sep 12, 2023
1 parent 147423a commit 4839c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
$DaysHollydaysArray[3][17]="true";

//function mkCal($title, $Year, $locale, $daysText, $daysColor, $daysHollidays, $highlightHollidays, $highlightSunday, $ighlightSaturday, $footer, $format)
mkCal("Test Calendar", 2023 ,"de_DE", $DaysTextArray, $DaysColorArray, $DaysHollydaysArray, "magenta" ,"red", "firebrick1", "some idiotic footer text", "A4Landscape");
$pdf = new PDF('L','mm','A4');
$pdf->mkCal("Test Calendar", 2023 ,"de_DE", $DaysTextArray, $DaysColorArray, $DaysHollydaysArray, "magenta" ,"red", "firebrick1", "some idiotic footer text", "A4Landscape");

?>

0 comments on commit 4839c72

Please sign in to comment.