The inability to use $stylevar[imgdir_misc] is a real thorn in my side at the moment too.
Something to add to the pile...
In vaispy.php,
FIND:
eval('$navbar = "' . fetch_template('navbar') . '";');
ADD ABOVE:
$navbits = array();
$navbits[$parent] = 'iSpy';
$navbits = construct_navbits($navbits);
Voila, breadcrumb. Should change <title>iSpy</title> to <title>$vboptions[bbtitle] - iSpy</title> for consistency too.
Edit: The closing body and html tags are missing too, I'm sure you can guess where they go.
Love the mod, give yourself a thorough pat on the back.