8 lines
249 B
HTML
8 lines
249 B
HTML
|
<?php Block::put('breadcrumb') ?>
|
||
|
<ul>
|
||
|
<li><a href="<?= Backend::url('studiovx/marcleopold/indeximage') ?>">IndexImage</a></li>
|
||
|
<li><?= e($this->pageTitle) ?></li>
|
||
|
</ul>
|
||
|
<?php Block::endPut() ?>
|
||
|
|
||
|
<?= $this->reorderRender() ?>
|