summaryrefslogtreecommitdiff
path: root/themes/default/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-31 07:16:38 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-31 07:16:38 +0000
commit23105f135990dd576c3d2099fabf0962d9b9fc58 (patch)
tree753207105268e17a5559e4cb5cefec3172936439 /themes/default/views
parentc1140b5c0aac2c2c1822a65ddd55151e093e2af4 (diff)
PhotoID -> PhotoId for consistency
Diffstat (limited to 'themes/default/views')
-rw-r--r--themes/default/views/album.html.php2
-rw-r--r--themes/default/views/photo.html.php2
-rw-r--r--themes/default/views/tag.html.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index d36ff7c2..7f4e2119 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -14,7 +14,7 @@
<li id="g<?= $child->id ?>" class="gItem <?= $album_class ?>">
<?= $theme->thumb_top($child) ?>
<a href="<?= $child->url() ?>">
- <img id="gPhotoID-<?= $child->id ?>" class="gThumbnail"
+ <img id="gPhotoId-<?= $child->id ?>" class="gThumbnail"
alt="photo" src="<?= $child->thumb_url() ?>"
width="<?= $child->thumb_width ?>"
height="<?= $child->thumb_height ?>" />
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index cf7c83b8..d23dec2d 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -5,7 +5,7 @@
</div>
<div id="gItem">
- <img id="gPhotoID-<?= $item->id ?>" alt="<?= $item->title ?>" src="<?= $item->resize_url() ?>"
+ <img id="gPhotoId-<?= $item->id ?>" alt="<?= $item->title ?>" src="<?= $item->resize_url() ?>"
width="<?= $item->resize_width ?>"
height="<?= $item->resize_height ?>" />
<div><?= $item->description ?></div>
diff --git a/themes/default/views/tag.html.php b/themes/default/views/tag.html.php
index 93cce7e7..8c950e74 100644
--- a/themes/default/views/tag.html.php
+++ b/themes/default/views/tag.html.php
@@ -15,7 +15,7 @@
<li class="gItem <?= $album_class ?>">
<?= $theme->thumb_top($child) ?>
<a href="<?= $child->url() ?>">
- <img id="gPhotoID-<?= $child->id ?>" class="gThumbnail"
+ <img id="gPhotoId-<?= $child->id ?>" class="gThumbnail"
alt="photo" src="<?= $child->thumb_url() ?>"
width="<?= $child->thumb_width ?>"
height="<?= $child->thumb_height ?>" />