showBanner(); if (empty($_SERVER['REMOTE_USER']) && actionOK('login')) { (new Ui\Login)->show(); } } /** * Display error on denied pages * * @author Andreas Gohr * * @return void */ protected function showBanner() { // print intro print p_locale_xhtml('denied'); } }