Hi,
I'm trying to mod the Dark theme so that the image displays in the item record. I looked in item/show.php and it looks correct...
<?php if (item_has_thumbnail()): ?>
<div class="item-image">
<?php echo display_files_for_item(array('imageSize'=>'fullsize')); ?>
</div>
<?php endif; ?>
Can someone tell me what the problem is? I'm stumped.

