diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 23:02:15 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-19 11:55:45 -0800 |
| commit | 1ab07b308f0739efed99755c99b2a92776a7c097 (patch) | |
| tree | 586985b4b523b2decec64ab0aebce2298805f8d2 /themes | |
| parent | 79b8e7c562fe77c9e12a9e80eb34b83775532448 (diff) | |
Apply g-first to the sole breadcrumb when viewing the root album.
Diffstat (limited to 'themes')
| -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 0025a993..ddaf33d0 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> |
