{/if}
)
</div>
- {if $event.locations.city.name}
- <div class="glm-agenda-city">City: {$event.locations.city.name}</div>
- {/if}
{/if}
{/if}
{/foreach}
+
+ {if $event.locations.city.name}
+ <div class="glm-agenda-city">City: {$event.locations.city.name}</div>
+ {/if}
+
<div class="day-times-wrapper">
{if !$event.all_day && $showTime}
{if $event.starting_date|date_format:"%l:%M %P" == $event.ending_date|date_format:"%l:%M %P"}
{/if}
</div>
<div class="event-contents clearfix">
- {if $event.locations}
+ {if isset( $event.locations.name ) && $event.locations.name}
<div class="glm-agenda-city">Location: {$event.locations.name}</div>
{/if}
</div>
</div>
-
-
- <script type="text/javascript">
+<script>
jQuery(document).ready(function($) {
var fullCalendarLoaded = false;
});
</script>
-