aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.org>2015-01-15 00:05:26 +0100
committerVirtualTam <virtualtam@flibidi.org>2015-01-15 00:05:26 +0100
commit38a2d03e34a309abee2b243738fdce1c4cb0be16 (patch)
tree332c886e4b01cb4ac83afe7b1f5c6fee71b5f09b /index.php
parent486f25a5f4ab2a9191618edcb89ebb61350ff600 (diff)
downloadShaarli-38a2d03e34a309abee2b243738fdce1c4cb0be16.tar.gz
Shaarli-38a2d03e34a309abee2b243738fdce1c4cb0be16.tar.zst
Shaarli-38a2d03e34a309abee2b243738fdce1c4cb0be16.zip
daily: display link timestamps
Fixes #26 Signed-off-by: VirtualTam <virtualtam@flibidi.org>
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 4cb25ab7..96a128fd 100644
--- a/index.php
+++ b/index.php
@@ -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.