I want to use this script
http://netzgesta.de/instant/ on my rsitems module at the latest photos part.
So i call tha script from my template head
then i open the mod_rsitems.php and at line 304 i change this one
<img src="<?php echo imgUtils::getImgThumb($filename_b); ?>" alt="<?php echo $title_b; ?>" border="0" /><?php if ($displaydate){?></a>
with this one
<img class="instant" src="<?php echo imgUtils::getImgThumb($filename_b); ?>" alt="<?php echo $title_b; ?>" border="0" /><?php if ($displaydate){?></a>
but it doen't work ....
Any ideas ?