13 lines
404 B
HTML
13 lines
404 B
HTML
<?php Block::put('breadcrumb') ?>
|
|
<ul>
|
|
<li><a href="<?= Backend::url('system/settings') ?>"><?= e(trans('system::lang.settings.menu_label')) ?></a></li>
|
|
<li><?= e(trans($this->pageTitle)) ?></li>
|
|
</ul>
|
|
<?php Block::endPut() ?>
|
|
|
|
<div class="padded-container container-flush">
|
|
<?= $this->makeHintPartial('translation_locales_hint', 'hint') ?>
|
|
</div>
|
|
|
|
<?= $this->listRender() ?>
|