PHP Code:
if ($this->adopt->getCurrentLevel() < 3){
/*if current level is less than three do this*/
} else {
/*well else it must be three or greater, so do this*/
}
Is this enough to help?
The property for finding the current level is already in the code you had, it just requires a basic if/else statement so I'm not sure what else you're looking for?