summaryrefslogtreecommitdiff
path: root/themes/default/views/photo.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-21 20:13:28 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-21 20:13:28 +0000
commit6ec266faa69cd1efeb531d3b1494189989a84293 (patch)
treecc0f86c570e33959f8b80262125ac7b4883d2352 /themes/default/views/photo.html.php
parent1b834319f4d92c7845ae67236c2e7a1ea66eba6c (diff)
2nd attempt at inserting html by modules.
Diffstat (limited to 'themes/default/views/photo.html.php')
-rw-r--r--themes/default/views/photo.html.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index 6cf95a23..88ffedf9 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -1,9 +1,8 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gItem">
<a href="" class="gButtonLink">Full size (1024x768)</a>
- <? if ($theme->module("slideshow")): ?>
- <?= slideshow::link() ?>
- <? endif; ?>
+ <?= View::photo($theme) ?>
+
<img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>"
width="<?= $item->resize_width ?>"
height="<?= $item->resize_height ?>" />