summaryrefslogtreecommitdiff
path: root/themes/wind/views/photo.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-04 15:53:00 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-04 15:53:00 -0600
commitd581bbbd1eaeb242b7279e5a6d75f015dd5a5e6f (patch)
tree3002836c3d6afa7b01845b048e7fb0dbb48e9874 /themes/wind/views/photo.html.php
parent048e540a985cda0e092572eeea44855a0cb0428c (diff)
Renamed more CSS selectors from gName to g-name.
Diffstat (limited to 'themes/wind/views/photo.html.php')
-rw-r--r--themes/wind/views/photo.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php
index 497c61bc..2520cb0c 100644
--- a/themes/wind/views/photo.html.php
+++ b/themes/wind/views/photo.html.php
@@ -42,12 +42,12 @@
<? if (access::can("view_full", $item)): ?>
<a href="<?= $item->file_url() ?>" class="g-fullsize-link" title="<?= t("View full size")->for_html_attr() ?>">
<? endif ?>
- <?= $item->resize_img(array("id" => "g-photoId-{$item->id}", "class" => "g-resize")) ?>
+ <?= $item->resize_img(array("id" => "g-photo-id-{$item->id}", "class" => "g-resize")) ?>
<? if (access::can("view_full", $item)): ?>
</a>
<? endif ?>
<?= $theme->resize_bottom($item) ?>
- <?= $theme->context_menu($item, "#g-photoId-{$item->id}") ?>
+ <?= $theme->context_menu($item, "#g-photo-id-{$item->id}") ?>
</div>
<div id="g-info">