diff options
-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> |