
|
Hi all
I was wondering how easy it would be to show some photos but not all from the folder $thumbpath. Let say if the file in the folder begins with not (i.e.: notImage4.jpg) then don’t show it.
I know the key is in this line of code:
<div id=”widthbox”><?php getthumbnailimages($gallerypath, ‘tempgallery’, $thumbpath); ?></div>
But I can’t figure it out.
Any helpers out there ?
Regards
Robb
|
 E2
|
You’d have to modify the PHP file to do that, but you’d have to play around with it to get it to work.
|