whoops
This commit is contained in:
parent
e4eceffb19
commit
0e68fb24d3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if($ipData = Main::loadInfoPage(isset($_GET['r']) ? strtolower($_GET['r']) : '')
|
|||
|
||||
// Assign new proper variable
|
||||
$renderData['page'] = [
|
||||
'title' => $ipData['title'],
|
||||
'title' => $ipData['pagetitle'],
|
||||
'content' => Main::mdParse($ipData['content'])
|
||||
];
|
||||
|
||||
|
|
Reference in a new issue