# fluent-booking/2.2.0/app/Views/public/fluentform/calendar.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 2.2.0. 8 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/2.2.0/code/app/Views/public/fluentform/calendar.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/2.2.0/raw/app/Views/public/fluentform/calendar.php
- Modified: 2024-07-16T14:25:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-booking/2.2.0/code/app/Views/public/fluentform/calendar.php#L10-L20`.

```php
<?php defined( 'ABSPATH' ) || exit; ?>

<div class="ff-el-group has-conditions">
    <div class="fcal_cal_wrap">
        <div class="<?php echo esc_attr($calendar_app); ?>" data-element_id="<?php echo esc_attr($element_id); ?>"></div>
    </div>
</div>

```
