View Single Post
  #5  
Old 02-27-2010, 01:13 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,195
BMR777 is on a distinguished road
Default RE: Index content on levelup pages?

Maybe this:

PHP Code:
// End the if statement if we are leveling the adoptable up 
Should be after:

PHP Code:
else{
        
$extra " ";
    } 
I think you got your if else brackets messed up, so the text you want shown never appears. :)

See if that helps at all. :)
Reply With Quote