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