View Single Post
  #2  
Old 04-12-2009, 10:20 PM
SJC SJC is offline
Member
 
Join Date: Apr 2009
Posts: 118
Credits: 8,855
SJC
Default RE: Display codes for all of your adoptables

Good idea! Saves a lot of time![hr]
It doesn't show the featured adoptable.[hr]
Add:
PHP Code:
//Get the featured adoptable...
$featured getfeatured();
$template replace(':FEATURED:',$featured,$template); 
After:
PHP Code:
$template file_get_contents($file);
$template replace(':SITETITLE:',$site_title,$template);
$template replace(':SITENAME:',$site_name,$template);
$template replace(':ARTICLETITLE:',$article_title,$template);
$template replace(':ARTICLEDATE:',$article_date,$template);
$template replace(':ARTICLECONTENT:',$article_content,$template); 
Reply With Quote