2008-11-04 21:24:42 +00:00
|
|
|
<? defined("SYSPATH") or die("No direct script access."); ?>
|
2008-11-27 22:08:56 +00:00
|
|
|
<div id="gItemHeader">
|
2008-12-13 23:02:16 +00:00
|
|
|
<?= $theme->photo_top() ?>
|
2008-12-05 06:06:02 +00:00
|
|
|
<h1><?= $item->title_edit ?></h1>
|
2008-11-27 22:08:56 +00:00
|
|
|
</div>
|
2008-11-21 20:13:28 +00:00
|
|
|
|
2008-11-27 22:08:56 +00:00
|
|
|
<div id="gItem">
|
2008-12-13 23:02:16 +00:00
|
|
|
<img id="gPhotoID-<?= $item->id ?>" alt="<?= $item->title ?>" src="<?= $item->resize_url() ?>"
|
2008-11-06 07:20:06 +00:00
|
|
|
width="<?= $item->resize_width ?>"
|
|
|
|
|
height="<?= $item->resize_height ?>" />
|
2008-11-10 00:24:01 +00:00
|
|
|
<div><?= $item->description_edit ?></div>
|
2008-11-11 20:54:12 +00:00
|
|
|
|
2008-11-22 21:46:34 +00:00
|
|
|
<?= $theme->photo_bottom() ?>
|
2008-11-06 07:20:06 +00:00
|
|
|
</div>
|