diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 23:02:15 -0700 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 23:02:15 -0700 |
| commit | a4d5269db5b39ad76c49427ecf229a76ef428d84 (patch) | |
| tree | e0885c8796b192cba195ce3d292bcbbc4432639f /themes/wind | |
| parent | 658a007c6bb46685b1e08ff6e7484a3e7dd85e67 (diff) | |
Apply g-first to the sole breadcrumb when viewing the root album.
Diffstat (limited to 'themes/wind')
| -rw-r--r-- | themes/wind/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 6056f54e..03d43918 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -108,7 +108,7 @@ </li> <? $i++ ?> <? endforeach ?> - <li class="g-active"><?= html::purify($theme->item()->title) ?></li> + <li class="g-active<? if ($i == 0) print " g-first" ?>"><?= html::purify($theme->item()->title) ?></li> </ul> <? endif ?> </div> |
