ORIENT/modules/backend/controllers/groups/index.htm

9 lines
267 B
HTML
Raw Normal View History

<?php Block::put('breadcrumb') ?>
2014-05-14 13:24:20 +00:00
<ul>
<li><a href="<?= Backend::url('backend/users') ?>"><?= e(trans('backend::lang.user.menu_label')) ?></a></li>
2014-05-14 13:24:20 +00:00
<li><?= e($this->pageTitle) ?></li>
</ul>
<?php Block::endPut() ?>
2014-05-14 13:24:20 +00:00
<?= $this->listRender() ?>