View Single Post
  #2  
Old 04-19-2009, 01:47 AM
Ashje Ashje is offline
Member
 
Join Date: Jan 2009
Posts: 179
Credits: 15,729
Ashje
Default RE: Adoptable description is.... where?

In adopt.php, find this:
Code:
$article_content = $article_content."<p><b><a href='adopt.php?id=".$aid."'><img src='templates/icons/add.gif' border=0> Adopt ".$type."</a></b></p>";
Change it to this:
Code:
$article_content = $article_content."<p><b><a href='adopt.php?id=".$aid."'><img src='templates/icons/add.gif' border=0> Adopt ".$type."<br>".$description."</a></b></p>";
That should work.
Reply With Quote