str('show_changes'); if(!empty($show_changes)) { set_doku_pref('show_changes', $show_changes); $this->showType = $show_changes; } else { $this->showType = get_doku_pref('show_changes', 'both'); } } /** @inheritdoc */ public function tplContent() { global $INPUT; html_recent((int) $INPUT->extract('first')->int('first'), $this->showType); } }