str('difftype'); if (!empty($difftype)) { set_doku_pref('difftype', $difftype); } } /** @inheritdoc */ public function tplContent() { global $INFO; (new PageDiff($INFO['id']))->preference('showIntro', true)->show(); } }