A few quick fixes
This commit is contained in:
parent
25cef9cbfb
commit
30b443ab52
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ require_once str_replace(basename(__DIR__), '', dirname(__FILE__)) .'_sakura/sak
|
||||||
// Add page specific things
|
// Add page specific things
|
||||||
$renderData['newsPosts'] = Main::getNewsPosts(3);
|
$renderData['newsPosts'] = Main::getNewsPosts(3);
|
||||||
$renderData['page'] = [
|
$renderData['page'] = [
|
||||||
'title' => 'Flashii Dev',
|
'title' => Configuration::getConfig('sitename'),
|
||||||
'articleCount' => count($renderData['newsPosts'])
|
'articleCount' => count($renderData['newsPosts'])
|
||||||
];
|
];
|
||||||
$renderData['stats'] = [
|
$renderData['stats'] = [
|
||||||
|
|
Reference in a new issue