Line 15 of the vB global.php file is this:
Code:
require('./includes/class_bootstrap.php');
That line is trying to call in the class_bootstrap.php file, but the error you are getting is saying that the class_bootstrap.php is not there.
It is hard to think this has anything to do with a standard HTML skin. You should contact the author of the 'skin' to see what's up.