diff options
Diffstat (limited to 'themes/default/views/photo.html.php')
| -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 8b00f0a5..7cfe542a 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -1,14 +1,14 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="gItemHeader"> <?= $theme->photo_top() ?> - <h1><?= $item->title_edit ?></h1> + <h1><?= $item->title ?></h1> </div> <div id="gItem"> <img id="gPhotoID-<?= $item->id ?>" alt="<?= $item->title ?>" src="<?= $item->resize_url() ?>" width="<?= $item->resize_width ?>" height="<?= $item->resize_height ?>" /> - <div><?= $item->description_edit ?></div> + <div><?= $item->description ?></div> <?= $theme->photo_bottom() ?> </div> |
