aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-01-26 13:40:37 +0100
committernodiscc <nodiscc@gmail.com>2015-01-26 13:40:37 +0100
commit852613dece4e8216534c32f5b6c58e3d37697084 (patch)
tree03f96f2f82cceb2d4b654463b7ce0ef51c8658da /index.php
parente57e364c7981da56c951143db0fc83ee4783e77b (diff)
parent38a2d03e34a309abee2b243738fdce1c4cb0be16 (diff)
downloadShaarli-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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 4a91220f..47293240 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.