aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
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)
695 695
696 $dayDate = DateTime::createFromFormat(LinkDB::LINK_DATE_FORMAT, $day.'_000000'); 696 $dayDate = DateTime::createFromFormat(LinkDB::LINK_DATE_FORMAT, $day.'_000000');
697 $data = array( 697 $data = array(
698 'pagetitle' => $conf->get('general.title') .' - '. format_date($dayDate, false),
698 'linksToDisplay' => $linksToDisplay, 699 'linksToDisplay' => $linksToDisplay,
699 'cols' => $columns, 700 'cols' => $columns,
700 'day' => $dayDate->getTimestamp(), 701 'day' => $dayDate->getTimestamp(),
702 'dayDate' => $dayDate,
701 'previousday' => $previousday, 703 'previousday' => $previousday,
702 'nextday' => $nextday, 704 'nextday' => $nextday,
703 ); 705 );