diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-29 18:38:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 18:38:40 +0200 |
commit | f9c179ce07ed924a55700416a75a05ca3acd7b09 (patch) | |
tree | 78caf8953e049376a4b33cb3810c4fc7dd56704f /index.php | |
parent | b64d83cd2b60b6851741787f8ce2ae2c93092841 (diff) | |
parent | 81bd104daa26204b8deffcd2d0723d234c9514a6 (diff) | |
download | Shaarli-f9c179ce07ed924a55700416a75a05ca3acd7b09.tar.gz Shaarli-f9c179ce07ed924a55700416a75a05ca3acd7b09.tar.zst Shaarli-f9c179ce07ed924a55700416a75a05ca3acd7b09.zip |
Merge pull request #838 from ArthurHoaro/theme/daily-date-format
Theme: use format_date function for daily date
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ); |