Oops, fix up the show argument that I "fixed" in the last change.

This commit is contained in:
Bharat Mediratta
2009-08-30 17:41:34 -07:00
parent e6c2fe60c4
commit 74a124b261

View File

@@ -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>