Thumbnails not showing

Just setup a gallery of photos here: http://photos.thelip.co.uk/photos/
and run the thumbnailer on the gallery on the folder sunny and it's not showing the thumbnails. there seems to be a double forword slash in the html that might be causing the problem...
any ideas anyone?
0
This discussion has been closed.
Comments
$CurrentPath = $RootPath."/".BuildLiteralPath($Config->FolderNavigator);
to this
$CurrentPath = FilePath($RootPath, BuildLiteralPath($Config->FolderNavigator));