diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 21:57:27 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 21:57:27 -0800 |
| commit | 41e3dba65ad2da1ad685c1d649dfc44694437b63 (patch) | |
| tree | c48a5bd1c98503d2db036eab2097fc7b14a6ef5b /themes/wind/views | |
| parent | 08b127e9a41b18e0760b1506fb88b7912908e7d9 (diff) | |
| parent | 18f5481252c653a25c529b34fdcbf06643897634 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/wind/views')
| -rw-r--r-- | themes/wind/views/album.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php index 2c2b54eb..eabe07c3 100644 --- a/themes/wind/views/album.html.php +++ b/themes/wind/views/album.html.php @@ -20,7 +20,8 @@ </a> <?= $theme->thumb_bottom($child) ?> <?= $theme->context_menu($child, "#g-item-id-{$child->id} .g-thumbnail") ?> - <h2><span></span><a href="<?= $child->url() ?>"><?= html::purify($child->title) ?></a></h2> + <h2><span class="<?= $item_class ?>"></span> + <a href="<?= $child->url() ?>"><?= html::purify($child->title) ?></a></h2> <ul class="g-metadata"> <?= $theme->thumb_info($child) ?> </ul> |
