just remove from your vba.php:
PHP Code:
<?php ages['template']);
$home[$vba_cusmodid]['content'] = ob_get_contents();
ob_end_clean();
}
// Don't allow collapsing for guests if homepage caching is allowed
if (!$vbulletin->userinfo['userid'] AND $vba_options['portal_guestcache'] AND $pages['name'] == 'home')
{
unset($vbcollapse);
}
?>
or as metalguy639 says, you have left out some code from the top of your vba.php
you mite have left out the <?php at the top ??? not sure.