|
|
@@ -88,7 +88,7 @@ if (!empty($this->entries)) {
|
|
|
|
|
|
<div class="flux_content">
|
|
|
<div class="content">
|
|
|
- <h1 class="title"><?php echo $item->title (); ?></h1>
|
|
|
+ <h1 class="title"><a target="_blank" href="<?php echo $item->link (); ?>"><?php echo $item->title (); ?></a></h1>
|
|
|
<?php
|
|
|
$author = $item->author ();
|
|
|
echo $author != '' ? '<div class="author">' . Minz_Translate::t ('by_author', $author) . '</div>' : '';
|