diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-03 05:36:16 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-03 05:36:16 +0000 |
commit | e8f1ff580c6290060d1de8f3e9eceae9028fd1fa (patch) | |
tree | a4c6478e94f6236459a5c61542282329e15de333 /themes | |
parent | 675cc693939199fe95c08f851bec8f4e4ea6807c (diff) |
Add a new quick-edit mode for editing photos when viewing albums.
Implement image rotation this way.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index beab0ab0..c5415a39 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -16,7 +16,7 @@ <a href="<?= $child->url() ?>"> <img class="gThumbnail" src="<?= $child->thumb_url() ?>" - alt="<?= $child->title ?>" + alt="<?= $child->title ?>" width="<?= $child->thumb_width ?>" height="<?= $child->thumb_height ?>" /> </a> |