mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-03 05:31:16 -04:00
Use $theme->item() instead of $item.
This commit is contained in:
@@ -95,12 +95,12 @@
|
||||
<ul class="gBreadcrumbs">
|
||||
<? foreach ($parents as $parent): ?>
|
||||
<li>
|
||||
<a href="<?= url::site("albums/{$parent->id}?show=$item->id") ?>">
|
||||
<a href="<?= url::site("albums/{$parent->id}?show=$theme->item()->id") ?>">
|
||||
<?= html::purify($parent->title) ?>
|
||||
</a>
|
||||
</li>
|
||||
<? endforeach ?>
|
||||
<li class="active"><?= html::purify($item->title) ?></li>
|
||||
<li class="active"><?= html::purify($theme->item()->title) ?></li>
|
||||
</ul>
|
||||
<? endif ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user