Quote:
Originally Posted by AWJunkies
Yes will take you a matter of 2 seconds to do it ahah. Wasn't sure how far back people would want. I will make 2006 available in next release but in the meantime you can just do this.
go to donationsystem_admin.php file and search for:
// ######################## Manually Add Donation ########################
then below that 4 lines you will see:
for ($i=2007; $i<=2010; $i++){$years[$i]=$i;}
Change the 2007 to 2006 and your done
for ($i=2006; $i<=2010; $i++){$years[$i]=$i;}
|
Thanks
I also notice the donation is not the right color and the style breaks on the far right.
I attached a screen shot.