diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-11-10 00:24:01 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-11-10 00:24:01 +0000 |
commit | 49f3794894fb591afd1009a6ad0a6f31cc10d066 (patch) | |
tree | 10bd76081e6b9d7b63e132a834ef243303b15f4f | |
parent | 085ba7cd46c3fcc5bcb7a3f4c98ee580e67b6800 (diff) |
jQuery edit in place is so easy, seems like it oughta be added to the photo view :)
-rw-r--r-- | themes/default/views/photo.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index e5a3ba11..ffa22991 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -6,8 +6,8 @@ <img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>" width="<?= $item->resize_width ?>" height="<?= $item->resize_height ?>" /> - <h1><?= $item->title ?></h1> - <div><?= $item->description ?></div> + <h1><?= $item->title_edit ?></h1> + <div><?= $item->description_edit ?></div> <div id="gComments"> <h2>Comments</h2> |