diff options
Diffstat (limited to 'template/standard/html/post')
-rw-r--r-- | template/standard/html/post/item.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php index f606840..7733e61 100644 --- a/template/standard/html/post/item.php +++ b/template/standard/html/post/item.php @@ -10,9 +10,9 @@ <li class="item-list-li post"> <header> <h2> - <a href="<?=$POST['URL']?>"><?=escapeHTML($POST['ATTR']['NAME'])?></a> - <time class="brackets info" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time> + <a title="<?=$Language->text('select_post')?>: »<?=escapeHTML($POST['ATTR']['NAME'])?>«" href="<?=$POST['URL']?>"><?=escapeHTML($POST['ATTR']['NAME'])?></a> </h2> + <time class="brackets info" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time> </header> <blockquote cite="<?=$POST['URL']?>"> <?=$POST['BODY']['HTML']()?> |