This commit is contained in:
flash 2015-04-02 15:31:52 +02:00
parent e4eceffb19
commit 0e68fb24d3

View file

@ -20,7 +20,7 @@ if($ipData = Main::loadInfoPage(isset($_GET['r']) ? strtolower($_GET['r']) : '')
// Assign new proper variable // Assign new proper variable
$renderData['page'] = [ $renderData['page'] = [
'title' => $ipData['title'], 'title' => $ipData['pagetitle'],
'content' => Main::mdParse($ipData['content']) 'content' => Main::mdParse($ipData['content'])
]; ];