Sequenzia/app/views/inline/_footer.php

6 lines
286 B
PHP
Raw Normal View History

<?php $this->contentFor('subnavbar', function(){ ?>
<li><?= $this->linkTo($this->t('.list'), ['action' => "index"]) ?></li>
<?= $this->content('footer') ?>
<!-- <li><?= $this->linkTo($this->t('.help'), ['controller' => "help", 'action' => "inlines"]) ?></li> -->
<?php }) ?>