Due to the different thumb URL scheme for dynamic albums, the old show_latest_albums function found in a few themes customfunctions.php breaks.
I was able to fix it with something like this:
if ($dyn=="1") {
echo '<img src="'.WEBPATH.'/'.dirname($thumb).'/image/thumb/'.basename($thumb).'" alt="'.$title.'" />';
The rest is left as an exercise to the reader
Comments
I'll look into the function in the core, probably didn't exist when I started writing the first version of my theme.
doesn't work with dynamic albums it seems, so it's a moot point