Sequenzia/app/views/dmail/_footer.php

7 lines
365 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?php $this->contentFor('subnavbar', function(){ ?>
<?= $this->content('footer') ?>
<li><?= $this->linkTo($this->t('.inbox'), ['action' => "inbox"]) ?></li>
<li><?= $this->linkTo($this->t('.compose'), ['action' => "compose"]) ?></li>
<li><?= $this->linkTo($this->t('.mark_all_read'), ['action' => "mark_all_read"], ['method' => 'post']) ?></li>
<?php }) ?>