Sequenzia/app/views/user_record/_footer.php

8 lines
436 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?php if ($this->user) : ?>
<?php $this->contentFor('subnavbar', function(){ ?>
<li><?= $this->linkTo($this->t('record_add2'), ['action' => "create", 'user_id' => $this->user->id]) ?></li>
<li><?= $this->linkTo($this->t('record_list'), ['action' => "index", 'user_id' => $this->user->id]) ?></li>
<li><?= $this->linkTo($this->t('record_list2'), ['action' => "index", 'user_id' => '']) ?></li>
<?php }) ?>
<?php endif ?>