|
@@ -52,7 +52,7 @@
|
|
|
?></li><?php
|
|
?></li><?php
|
|
|
endif; ?>
|
|
endif; ?>
|
|
|
<li class="item titleAuthorSummaryDate">
|
|
<li class="item titleAuthorSummaryDate">
|
|
|
- <span class="item-element title<?= (($topline_thumbnail !== 'none') || $topline_summary) ? ' multiline' : '' ?>" dir="auto"><a target="_blank" rel="noreferrer" href="<?= $this->entry->link() ?>"><?= $this->entry->title() ?><?php
|
|
|
|
|
|
|
+ <a target="_blank" rel="noreferrer" href="<?= $this->entry->link() ?>" class="item-element title<?= (($topline_thumbnail !== 'none') || $topline_summary) ? ' multiline' : '' ?>" dir="auto"><?= $this->entry->title() ?><?php
|
|
|
if ($topline_display_authors):
|
|
if ($topline_display_authors):
|
|
|
?><span class="author"><?php
|
|
?><span class="author"><?php
|
|
|
$authors = $this->entry->authors();
|
|
$authors = $this->entry->authors();
|
|
@@ -65,7 +65,7 @@
|
|
|
}
|
|
}
|
|
|
?></span><?php
|
|
?></span><?php
|
|
|
endif;
|
|
endif;
|
|
|
- ?></a></span>
|
|
|
|
|
|
|
+ ?></a>
|
|
|
<?php
|
|
<?php
|
|
|
if ($topline_summary):
|
|
if ($topline_summary):
|
|
|
?><div class="summary"><?= trim(mb_substr(strip_tags($this->entry->content(false)), 0, 500, 'UTF-8')) ?></div><?php
|
|
?><div class="summary"><?= trim(mb_substr(strip_tags($this->entry->content(false)), 0, 500, 'UTF-8')) ?></div><?php
|