diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:52:04 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:52:04 +0000 |
| commit | 2842a1a8be748f6ec1024ea3a8ecc97471f70a3f (patch) | |
| tree | 6ce04d0118907f4299d2d39e23aaf305b2d7f80f /themes/default/views/photo.html.php | |
| parent | 1127257f638ce641f23751928c449c3121622a8d (diff) | |
Argh, fix a bad rename.
Diffstat (limited to 'themes/default/views/photo.html.php')
| -rw-r--r-- | themes/default/views/photo.html.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php new file mode 100644 index 00000000..8b00f0a5 --- /dev/null +++ b/themes/default/views/photo.html.php @@ -0,0 +1,14 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> +<div id="gItemHeader"> + <?= $theme->photo_top() ?> + <h1><?= $item->title_edit ?></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> + + <?= $theme->photo_bottom() ?> +</div> |
