aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-28 20:40:14 +0200
committerArthurHoaro <arthur@hoa.ro>2017-03-28 20:43:30 +0200
commit81bd104daa26204b8deffcd2d0723d234c9514a6 (patch)
tree78caf8953e049376a4b33cb3810c4fc7dd56704f /index.php
parentb64d83cd2b60b6851741787f8ce2ae2c93092841 (diff)
downloadShaarli-81bd104daa26204b8deffcd2d0723d234c9514a6.tar.gz
Shaarli-81bd104daa26204b8deffcd2d0723d234c9514a6.tar.zst
Shaarli-81bd104daa26204b8deffcd2d0723d234c9514a6.zip
Theme: use format_date function for daily date
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 5c21c2f6..4a1f00cc 100644
--- a/index.php
+++ b/index.php
@@ -698,6 +698,7 @@ function showDaily($pageBuilder, $LINKSDB, $conf, $pluginManager)
698 'linksToDisplay' => $linksToDisplay, 698 'linksToDisplay' => $linksToDisplay,
699 'cols' => $columns, 699 'cols' => $columns,
700 'day' => $dayDate->getTimestamp(), 700 'day' => $dayDate->getTimestamp(),
701 'dayDate' => $dayDate,
701 'previousday' => $previousday, 702 'previousday' => $previousday,
702 'nextday' => $nextday, 703 'nextday' => $nextday,
703 ); 704 );