X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=863d5093184d312cb3f678eb849622073b3157e8;hb=4b385d6c344c4a0a0b424622833bc72974c21cb5;hp=021fc6e9a687a83ecbec98aa3a2f0928fb95bd1a;hpb=68016e37983b882c51c6ac92da6f6cc1250676e5;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 021fc6e9..863d5093 100644 --- a/index.php +++ b/index.php @@ -695,9 +695,11 @@ function showDaily($pageBuilder, $LINKSDB, $conf, $pluginManager) $dayDate = DateTime::createFromFormat(LinkDB::LINK_DATE_FORMAT, $day.'_000000'); $data = array( + 'pagetitle' => $conf->get('general.title') .' - '. format_date($dayDate, false), 'linksToDisplay' => $linksToDisplay, 'cols' => $columns, 'day' => $dayDate->getTimestamp(), + 'dayDate' => $dayDate, 'previousday' => $previousday, 'nextday' => $nextday, );