Skip to content

Commit

Permalink
Oops, fix up the show argument that I "fixed" in the last change.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 31, 2009
1 parent e6c2fe6 commit 74a124b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/views/page.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 74a124b

Please sign in to comment.