showBanner(); $text = con($PRE, $TEXT, $SUF); (new Ui\ConflictForm($text, $SUM))->show(); (new Ui\Diff($text, false))->show(); } /** * Show warning on conflict detection * * @author Andreas Gohr * * @return void */ protected function showBanner() { // print intro print p_locale_xhtml('conflict'); } }