Sequenzia/app/views/comment/_footer.php
2013-10-26 18:06:58 -05:00

9 lines
400 B
PHP
Executable File

<?= $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 }) ?>