X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=96a128fd69d60575f483837a18b0176cdff1b6b8;hb=refs%2Fpull%2F100%2Fhead;hp=4cb25ab7a5800e19fdd3846403f3b82aa7457673;hpb=fe16b01edb80ac2f2212125fadba8358dff91b95;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 4cb25ab7..96a128fd 100644 --- a/index.php +++ b/index.php @@ -1151,6 +1151,7 @@ function showDaily() $linksToDisplay[$key]['taglist']=$taglist; $linksToDisplay[$key]['formatedDescription']=nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description'])))); $linksToDisplay[$key]['thumbnail'] = thumbnail($link['url']); + $linksToDisplay[$key]['localdate'] = linkdate2locale($link['linkdate']); } /* We need to spread the articles on 3 columns.