formTag("#update", function(){ ?> hiddenFieldTag("id", $this->params()->id) ?> params()->page) : ?> hiddenFieldTag("page", (int)$this->params()->page, ['id' => '']) ?>
textField('forum_post', 'title', ['size' => 60]) ?>
textArea('forum_post', 'body', ['rows' => 20, 'cols' => 80]) ?>
submitTag($this->t('.post')) ?>