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 eed9abb commit 444f960
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

$DaysTextArray[2][18]="Philipps Birthday";
$DaysColorArray[2][18]="green";
$DaysHollydaysArray[1][1]="New Year";
$DaysHollydaysArray[3][17]="true";

function mkCal($title, $Year, $locale, $daysText, $daysColor, $daysHollidays, $highlightHollidays, $highlightSunday, $ighlightSaturday, $footer, $format)
mkCal("Test Calendar", 2023 ,"de_DE", daystext, dayscolor, dayshollidays, "magenta" ,"red", "firebrick1", "some idiotic footer text", "A4Landscape");
//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");

?>

0 comments on commit 444f960

Please sign in to comment.