str('show_changes'); if (!empty($show_changes)) { set_doku_pref('show_changes', $show_changes); } } public function tplContent() { global $INPUT; html_recent($INPUT->int('first')); } }