<?php // generate structured data\PCT\SEO::writeJSON($this);$GLOBALS['TL_CSS'][] = \Contao\Config::get('uploadPath').'/cto_layout/css/news/news_newsreader.css|static';?><div class="newsreader block <?php echo $this->class; ?>" itemscope itemtype="http://schema.org/Article"><?php if ($this->hasMetaFields): ?><div class="info"><?php if ($this->date): ?><div class="date" itemprop="datePublished"><?php echo $this->date; ?></div><?php endif; ?><?php if ($this->author): ?><div class="author"><?php echo $this->author; ?></div><?php endif; ?><?php if ($this->commentCount): ?><div class="comments"><?php echo $this->commentCount; ?></div><?php endif; ?></div><?php endif; ?><?php if ($this->hasSubHeadline): ?><?php endif; ?><?php echo $this->text; ?><?php if ($this->enclosure): ?><div class="enclosure"><?php foreach ($this->enclosure as $enclosure): ?><p><img src="<?php echo $enclosure['icon']; ?>" width="18" height="18" alt="<?php echo $enclosure['title']; ?>" class="mime_icon" /> <a href="<?php echo $enclosure['href']; ?>" title="<?php echo $enclosure['title']; ?>"><?php echo $enclosure['link']; ?> <span class="size">(<?php echo $enclosure['filesize']; ?>)</span></a></p><?php endforeach; ?></div><?php endif; ?></div>