'Info pages', 'content' => 'Unable to load the requested info page.' ]; $ipData = Main::loadInfoPage(isset($_GET['r']) ? strtolower($_GET['r']) : ''); // Print page contents print Main::$_TPL->render('main/infopage.tpl', $renderData);