Files
gallery3/themes/default/views/photo.html.php
2008-11-25 02:14:04 +00:00

14 lines
458 B
PHP

<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gItem">
<a href="" class="gButtonLink">Full size (1024x768)</a>
<?= $theme->photo_top() ?>
<img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>"
width="<?= $item->resize_width ?>"
height="<?= $item->resize_height ?>" />
<h1><?= $item->title_edit ?></h1>
<div><?= $item->description_edit ?></div>
<?= $theme->photo_bottom() ?>
</div>