diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:37 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:37 +0100 |
commit | 852613dece4e8216534c32f5b6c58e3d37697084 (patch) | |
tree | 03f96f2f82cceb2d4b654463b7ce0ef51c8658da /index.php | |
parent | e57e364c7981da56c951143db0fc83ee4783e77b (diff) | |
parent | 38a2d03e34a309abee2b243738fdce1c4cb0be16 (diff) | |
download | Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.tar.gz Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.tar.zst Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.zip |
Merge pull request #100 from virtualtam/daily-timestamp
daily: display link timestamps
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1151,6 +1151,7 @@ function showDaily() | |||
1151 | $linksToDisplay[$key]['taglist']=$taglist; | 1151 | $linksToDisplay[$key]['taglist']=$taglist; |
1152 | $linksToDisplay[$key]['formatedDescription']=nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description'])))); | 1152 | $linksToDisplay[$key]['formatedDescription']=nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description'])))); |
1153 | $linksToDisplay[$key]['thumbnail'] = thumbnail($link['url']); | 1153 | $linksToDisplay[$key]['thumbnail'] = thumbnail($link['url']); |
1154 | $linksToDisplay[$key]['localdate'] = linkdate2locale($link['linkdate']); | ||
1154 | } | 1155 | } |
1155 | 1156 | ||
1156 | /* We need to spread the articles on 3 columns. | 1157 | /* We need to spread the articles on 3 columns. |