View Single Post
  #6  
Old 05-05-2009, 07:42 PM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 15,904
Seapyramid
Default RE: Changing The My Adoptables Page ??

This starts at line 125 of the adopt.php page

Code:
//If we can adopt the adoptable, show the image and adoption link...

$article_content = $article_content."
<a href='adopt.php?id=".$aid."'><img src='".$eggimage."' border='0'></a>&nbsp;&nbsp;";

	if($isloggedin == "yes"){
	$article_content = $article_content."&nbsp;";
	}
	else{
	$article_content = $article_content."<p><img src='templates/icons/no.gif' border=0> <b>".$guesterror."</b></p>";
	}


}

$i++;
} // End the looping out of all adoptables...
Reply With Quote