Skip to content

Commit

Permalink
add styles to head for PHP example
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jan 5, 2025
1 parent dc75494 commit c306ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
echo '<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" rel="stylesheet">';
echo '<link href="examples/fullcalendar/styles.css" rel="stylesheet" />';
break;
case "PHP":
echo '<link href="examples/php/styles.css" rel="stylesheet" />';
break;
}
}
?>
Expand Down

0 comments on commit c306ce6

Please sign in to comment.