'Flashii News' ]; $renderData['newsPosts'] = Main::getNewsPosts((isset($_GET['id']) && is_numeric($_GET['id'])) ? $_GET['id'] : null); // Print page contents print Main::tplRender('main/news.tpl', $renderData);