str('difftype'); if (!empty($diffType)) { set_doku_pref('difftype', $diffType); } } /** @inheritdoc */ public function tplContent() { (new Ui\Diff())->show(); } }