Lightbox File Locations

Hello,

I followed the directions for implementing Lightbox and ended up with the following lines in my theme's show.php file:

<?php
if (item_has_thumbnail())
{
echo '<p>Click the Image for Larger View</p>';
echo display_files_for_item(array( 'linkAttributes'=>array('rel'=>'lightbox[gallery]')));
}
else
{
echo display_files_for_item(array('imageSize' => 'thumbnail'));
}
?>

The problem is that when I click on a thumbnail I want Lightbox to display images from archives/fullsize rather than archives/files. How could I go about doing this?

Thanks,

Aligre

Closing since this was also asked, and answered, on the Omeka developers list.