its also here
phpinclude_start
// Example of how to include a seperate file:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
if ($vboptions['donations'] < 100)
{
$donationborder = 'red';
}
else if ($vboptions['donations'] >= 100 AND...