$pageTitle needs to be snake_case too

This commit is contained in:
James Brooks
2015-07-02 16:40:38 +01:00
parent c1a0fc10ae
commit 7a283dceb7
14 changed files with 37 additions and 37 deletions

View File

@@ -112,7 +112,7 @@ class HomeController extends AbstractController
'canPageBackward' => $canPageBackward,
'previousDate' => $startDate->copy()->subDays($daysToShow)->toDateString(),
'nextDate' => $startDate->copy()->addDays($daysToShow)->toDateString(),
'pageTitle' => Setting::get('app_name').' Status',
'page_title' => Setting::get('app_name').' Status',
]);
}
}