t('forum.new.title') ?>

formTag(['action' => "create"], function(){ ?> hiddenField("forum_post", "parent_id", ['value' => $this->params()->parent_id]) ?>
textField('forum_post', 'title', ['size' => 60]) ?>
textArea('forum_post', 'body', ['rows' => 20, 'cols' => 80]) ?>
submitTag($this->t('forum.new.post')) ?>
contentFor('subnavbar', function(){ ?>
  • linkTo($this->t('forum.new.list'), ['action' => "index"]) ?>
  • linkTo($this->t('forum.new.help'), ['controller' => "help", 'action' => "forum"]) ?>