system/modules/pct_theme_templates/templates/customelements/customelement_headline_extended.html5 line 2

Open in your IDE?
  1. <?php 
  2. $GLOBALS['TL_CSS'][] = \Contao\Config::get('uploadPath').'/cto_layout/css/customelements/ce_headline_extended.css|static';
  3. ?>
  4. <div class="<?php echo $this->class?> <?php echo $this->field('align')->value(); ?><?php if($this->field('align_m')->value()): ?> <?php echo $this->field('align_m')->value(); ?><?php endif; ?><?php if($this->field('invert')->value()): ?> color-white<?php endif; ?> block" <?php echo $this->cssID?>style="<?php if($this->field('max_width')->value()): ?>max-width:<?php echo $this->field('max_width')->value(); ?>px;<?php endif; ?><?php if ($this->style): ?><?php echo $this->style?><?php endif; ?>">
  5.     <?php if($this->field('background_text')->value()): ?><div class="background-text h3"><?php echo $this->field('background_text')->value(); ?></div><?php endif; ?>
  6.     <<?php echo $this->field('headline_type')->value(); ?>><?php echo $this->field('headline_part_1')->value(); ?><?php if($this->field('headline_part_2')->value()): ?> <span class="color-accent"><?php echo $this->field('headline_part_2')->value(); ?></span><?php endif; ?><?php if($this->field('headline_part_3')->value()): ?> <?php echo $this->field('headline_part_3')->value(); ?><?php endif; ?><?php if($this->field('headline_part_4')->value()): ?> <span class="color-accent"><?php echo $this->field('headline_part_4')->value(); ?></span><?php endif; ?></<?php echo $this->field('headline_type')->value(); ?>>
  7. </div>