This application has generated the following error:
Notice [8]: Undefined variable: breadcrumbs
The error was reported on line 1 of /home/frognite/public_html/core/templates/events.php
Code Snippet:
- 00001 <?= $breadcrumbs; ?>
- 00002 <?
- 00003 if ((isset($_GET['show'])) && ($_GET['show'] == 'flyers')) {
- 00004 echo "<h2>Event Flyers</h2>";
- 00005 foreach ($flyers as $flyer) {
- 00006 echo "<div style=\"padding-top: 5px; padding-bottom: 5px; clear: both;\">";