mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-05 20:49:09 -04:00
Oops, fix up the show argument that I "fixed" in the last change.
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
<ul class="gBreadcrumbs">
|
||||
<? foreach ($parents as $parent): ?>
|
||||
<li>
|
||||
<a href="<?= url::site("albums/{$parent->id}?show=$theme->item()->id") ?>">
|
||||
<a href="<?= url::site("albums/{$parent->id}?show={$theme->item()->id}") ?>">
|
||||
<?= html::purify($parent->title) ?>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user