contentFor('subnavbar', function() { ?>
  • linkTo($this->t('.list'), 'post#index') ?>
  • linkTo($this->t('.browse'), $this->urlFor(['post#browse', 'anchor' => '/']) . str_replace('+', ' ', $this->h($this->params()->tags))) ?>
  • linkTo($this->t('.upload'), 'post#upload') ?>
  • linkTo($this->t('.random'), array('post#', 'tags' => 'order:random')) ?>
  • linkTo($this->t('.popular'), 'post#popular_recent') ?>
  • linkTo($this->t('.image_search'), 'post#similar') ?>
  • linkTo($this->t('.history'), 'history#index') ?>
  • is_contributor_or_higher()) : ?>
  • linkTo($this->t('.batch'), 'batch#') ?>
  • is_janitor_or_higher()) : ?>
  • linkTo($this->t('.mod'), 'post#moderate', array('id' => 'moderate')) ?>
  • content('footer') ?>
  • linkTo($this->t('.help'), 'help#posts') ?>