diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 15:53:00 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 15:53:00 -0600 |
| commit | d581bbbd1eaeb242b7279e5a6d75f015dd5a5e6f (patch) | |
| tree | 3002836c3d6afa7b01845b048e7fb0dbb48e9874 /themes/wind/views/album.html.php | |
| parent | 048e540a985cda0e092572eeea44855a0cb0428c (diff) | |
Renamed more CSS selectors from gName to g-name.
Diffstat (limited to 'themes/wind/views/album.html.php')
| -rw-r--r-- | themes/wind/views/album.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php index 57760de4..5d928b2e 100644 --- a/themes/wind/views/album.html.php +++ b/themes/wind/views/album.html.php @@ -13,13 +13,13 @@ <? if ($child->is_album()): ?> <? $item_class = "g-album"; ?> <? endif ?> - <li id="g-itemId-<?= $child->id ?>" class="g-item <?= $item_class ?>"> + <li id="g-item-id-<?= $child->id ?>" class="g-item <?= $item_class ?>"> <?= $theme->thumb_top($child) ?> <a href="<?= $child->url() ?>"> <?= $child->thumb_img(array("class" => "g-thumbnail")) ?> </a> <?= $theme->thumb_bottom($child) ?> - <?= $theme->context_menu($child, "#g-itemId-{$child->id} .g-thumbnail") ?> + <?= $theme->context_menu($child, "#g-item-id-{$child->id} .g-thumbnail") ?> <h2><span></span><a href="<?= $child->url() ?>"><?= html::purify($child->title) ?></a></h2> <ul class="g-metadata"> <?= $theme->thumb_info($child) ?> |
