templates/fastplug/rsce_fpe_eyecatcher_illu.html5 line 23

Open in your IDE?
  1. <div class="ce_fpe_eyecatcher_illu clearfix <?php if ($this->image_big == '1'): ?>image_big<?php endif; ?>" id="<?php echo str_replace(" ""_"$this->headline); ?>">
  2.     <div class="inside">
  3.     
  4.         
  5.         <div class="content_container">
  6.                 
  7.                 <span>
  8.                     <?php if ($this->headline): ?>
  9.                     <h3><?php echo $this->headline?></h3>
  10.                     <?php endif ?>
  11.                     <p><?php echo $this->text?></p>
  12.                 </span>
  13.                 
  14.                 <?php if ($this->buttontext): ?>
  15.                     <a class="button" href="<?php echo $this->buttonlink?>"><?php echo $this->buttontext?></a>
  16.                 <?php endif; ?>
  17.         </div>
  18.         
  19.         <?php if( $this->illu && ( $objFile \FilesModel::findById$this->illu ) ) !== null) : ?>
  20.             <figure class="icon_container" itemscope="" itemtype="http://schema.org/ImageObject">
  21.                 <?php $this->insert('picture_default'\Picture::create$objFile->path )->getTemplateData() ); ?>
  22.             </figure>
  23.         <?php endif; ?>
  24.         
  25.     </div>
  26. </div>