mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
9 lines
285 B
HTML
9 lines
285 B
HTML
<?php Block::put('breadcrumb') ?>
|
|
<ul>
|
|
<li><a href="<?= Backend::url('system/updates') ?>"><?= e(trans('system::lang.updates.menu_label')) ?></a></li>
|
|
<li><?= e(trans($this->pageTitle)) ?></li>
|
|
</ul>
|
|
<?php Block::endPut() ?>
|
|
|
|
<?= $this->listRender('manage') ?>
|