templates/swissy/rsce_swissy_logo.html5 line 5

Open in your IDE?
  1. <!-- indexer::stop -->
  2. <h1 class="<?php echo $this->class ?>"<?php echo $this->cssID ?>>
  3.     <a href="<?php echo $this->url ?>">
  4.         <?php if ($image $this->getImageObject($this->image$this->size)): ?>
  5.             <?php $image->picture['alt'] = $this->alt ?: $image->picture['alt'?>
  6.             <?php $this->insert('picture_default'$image->picture?>
  7.         <?php else: ?>
  8.             <?php echo $this->alt ?>
  9.         <?php endif ?>
  10.     </a>
  11. </h1>
  12. <!-- indexer::continue -->