Sequenzia/app/views/comment/_footer.php

9 lines
400 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?= $this->contentFor('subnavbar', function() { ?>
<li><?= $this->linkTo($this->t('.list'), '#index') ?></li>
<li><?= $this->linkTo($this->t('.search'), '#search') ?></li>
<?php if (current_user()->is_janitor_or_higher()) : ?>
<li><?= $this->linkTo($this->t('.moderate'), '#moderate') ?></li>
<?php endif ?>
<li><?= $this->linkTo($this->t('.help'), 'help#comments') ?></li>
<?php }) ?>