aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r--app/view/templates/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php
index 68cf965..63a63e1 100644
--- a/app/view/templates/home.php
+++ b/app/view/templates/home.php
@@ -132,7 +132,7 @@
<td class="linkto"><a title="<?= $item->linkto('string') ?>"><?= $item->linkto('sort') ?></a></td>
<?php }
if ($columns['linkfrom']) { ?>
- <td class="linkfrom"><a title="<?= $item->linkfrom('string') ?>"><?= $item->linkfrom('sort') ?></a></td>
+ <td class="linkfrom"><?= $opt->linktolink($item->linkfrom('array')) ?></td>
<?php }
if ($columns['datemodif']) { ?>
<td class="datemodif"><time datetime="<?= $item->datemodif('string') ?>" title="<?= $item->datemodif('dmy') . ' ' . $item->datemodif('ptime') ?>"><?= $item->datemodif('hrdi') ?></time></td>