'Login to Flashii' ]; $renderData['auth'] = [ 'redirect' => ( isset($_REQUEST['chat']) ? Configuration::getLocalConfig('urls', 'chat') : ( isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : Configuration::getLocalConfig('urls', 'main') ) ), 'blockRegister' => [ 'do' => true, 'username' => 'test' ] ]; // Print page contents print Main::tplRender('main/authenticate.tpl', $renderData);