formTag(['action' => "search"], ['method' => 'get'], function(){ ?> textFieldTag("query", $this->h($this->params()->query), ['size' => 40]) ?> submitTag($this->t('.search'))?>
forum_posts as $fp) : ?>
t('.post_title') ?> t('.message') ?> t('.author') ?> t('.last_updated') ?>
linkTo($this->h($fp->root()->title), ['action' => "show", 'id' => $fp->root_id()]) ?> linkTo($this->h(substr($fp->body, 0, 70)) . "...", ['action' => "show", 'id' => $fp->id]) ?> h($fp->author()) ?> t(['.last_updated_by', 't_ago' => $this->t(['time.x_ago', 't' => $this->timeAgoInWords($fp->updated_at)]), 'u' => $fp->last_updater()]) ?>
willPaginate($this->forum_posts) ?>