summaryrefslogtreecommitdiff
path: root/themes/default/views/photo.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-15 01:50:52 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-15 01:50:52 +0000
commit1127257f638ce641f23751928c449c3121622a8d (patch)
tree1f84154eaf0e4305fb4019e616eeee80e725a8e6 /themes/default/views/photo.html.php
parent20f6be62c827ab975c652f0d841cfa85d33405ed (diff)
Rename default_admin to admin_default.
Diffstat (limited to 'themes/default/views/photo.html.php')
-rw-r--r--themes/default/views/photo.html.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
deleted file mode 100644
index 8b00f0a5..00000000
--- a/themes/default/views/photo.html.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<? 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>