I have just updated this template to 2.5 and noticed once i had that the main menu had a stray "aid1" text which caused the menu items to drop down below the white menu bar. It changes to "aid2" if you are logged in on the front end. (see image)
The solution to remove it is to comment out line 74 of the GKBase.class.php
74: // print_r("aid".$aid);
What exactly does this line do? Am i going to cause a problem else where by doing this?