Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/plugins/events-manager/templates/calendar/calendar.php
Назад
<?php /* * This file contains the HTML generated for all calendars. You can copy this file to yourthemefolder/plugins/events-manager/templates and modify it in an upgrade-safe manner. * * Note that leaving the class names for the previous/next links will keep all the dynamic functionality working as expected (searches, navigation, datepickers etc.) * * These variables are available to you: */ /* @var array $args The $args passed onto the calendar template via EM_Calendar */ /* @var array $calendar The $calendar array of data passed on by EM_Calendar */ $EM_DateTime = new EM_DateTime($calendar['month_start'], 'UTC'); $id = absint($args['id']); $events = array(); // used in two templates ?> <div class="<?php em_template_classes('calendar'); ?> <?php echo esc_attr(implode(' ', $calendar['css']['calendar_classes'])); ?>" data-scope="<?php echo esc_attr($args['scope']['name']); ?>" data-preview-tooltips-trigger="" id="em-calendar-<?php echo $id ?>" data-view-id="<?php echo $id ?>" data-view-type="calendar" data-month="<?php echo esc_attr($calendar['month']); ?>" data-year="<?php echo esc_attr($calendar['year']); ?>" data-timezone="<?php echo esc_attr($calendar['timezone']); ?>"> <?php // display section for showing header navigation (datepicker, arrows, search toggle etc.) of the calendar $template = em_locate_template('calendar/section-header-navigation.php', false); include($template); // display section for showing weekdays at top of calendar $template = em_locate_template('calendar/section-header-weekdays.php', false); include($template); // display main section $template = em_locate_template('calendar/section-dates.php', false); include($template); // display section for showing preview content of an event $preview_section_template = em_locate_template('calendar/section-preview-content.php', false); include($preview_section_template); ?> </div> <?php /* The following is a quick resize for calenadars that force an event aspect quickly avoiding as much jank as possible. This is still redone via resizeObserver in events-manager.js but it takes longer Sizing with grids present issues if using aspect-ratio and grid-auto-rows: 1fr. This is the most reliable way to do it with minimum heights, otherwise we experience overflow with high calendar date cells (many events on one date) */ ?> <script> { let el = document.getElementById('em-calendar-<?php echo $id ?>').querySelector('.em-cal-body'); let width = el.firstElementChild.getBoundingClientRect().width; if (width > 0) { el.style.setProperty('--grid-auto-rows', 'minmax(' + width + 'px, auto)'); } } </script>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка