templates/mod_eventlist_v2.html5 line 2

Open in your IDE?
  1. <?php 
  2. $GLOBALS['TL_CSS'][] = \Contao\Config::get('uploadPath').'/cto_layout/css/events/mod_eventlist_v2.css|static';
  3. ?>
  4. <div class="mod_eventlist_v2 <?= $this->class ?> block"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>
  5. <?php $this->block('content'); ?>
  6.   <?= $this->events ?>
  7.   <?= $this->pagination ?>
  8. <?php $this->endblock(); ?>
  9. </div>